File: MODULE.bazel

package info (click to toggle)
yaml-cpp 0.9.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,712 kB
  • sloc: cpp: 27,373; ansic: 967; python: 196; makefile: 47
file content (14 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
yaml-cpp is a YAML parser and emitter in c++ matching the YAML specification.
"""

module(
    name = "yaml-cpp",
    compatibility_level = 1,
    version = "0.8.0",
)

bazel_dep(name = "platforms", version = "1.0.0")
bazel_dep(name = "rules_cc", version = "0.2.14")

bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)