You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
345 B

4 weeks ago
  1. """
  2. yaml-cpp is a YAML parser and emitter in c++ matching the YAML specification.
  3. """
  4. module(
  5. name = "yaml-cpp",
  6. compatibility_level = 1,
  7. version = "0.8.0",
  8. )
  9. bazel_dep(name = "platforms", version = "0.0.7")
  10. bazel_dep(name = "rules_cc", version = "0.0.8")
  11. bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)