File: MODULE.bazel

package info (click to toggle)
nlohmann-json3 3.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,548 kB
  • sloc: cpp: 106,807; python: 799; makefile: 291; sql: 238; ansic: 45; sh: 15
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
module(
    name = "nlohmann_json",
    compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.17")
bazel_dep(name = "rules_license", version = "1.0.0")