Uses maybe to download repositories (#64)

Uses maybe to download repositories and adds comments to WORKSPACE

Originally we used http_archive to download the dependency repositories, now
we use bazel_tools maybe to download only when it's not existed.

Signed-off-by: tengpeng <tengpeng.li2020@gmail.com>

	modified:   fuzzing/repositories.bzl
	modified:   WORKSPACE
2 files changed
tree: befd68141f60b866c4b0eb389180c8298c968f91
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.