File: MODULE.bazel

package info (click to toggle)
pcre2 10.46-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,924 kB
  • sloc: ansic: 104,105; sh: 6,595; makefile: 782
file content (9 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
module(
    name = "pcre2",
    version = "10.46",
    compatibility_level = 1,
)

bazel_dep(name = "rules_cc", version = "0.0.1")
bazel_dep(name = "bazel_skylib", version = "1.2.1")
bazel_dep(name = "platforms", version = "0.0.4")