1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-29 01:29:22 +00:00
Files
nmap/libpcre/MODULE.bazel
2026-01-28 15:06:49 +00:00

10 lines
232 B
Python

module(
name = "pcre2",
version = "10.47",
compatibility_level = 1,
)
bazel_dep(name = "rules_cc", version = "0.2.8")
bazel_dep(name = "bazel_skylib", version = "1.8.1")
bazel_dep(name = "platforms", version = "1.0.0")