mirror of https://github.com/madler/zlib.git
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.
10 lines
234 B
10 lines
234 B
2 weeks ago
|
module(
|
||
|
name = "zlib",
|
||
|
version = "0.0.0",
|
||
|
compatibility_level = 1,
|
||
|
)
|
||
|
|
||
|
bazel_dep(name = "platforms", version = "0.0.10")
|
||
|
bazel_dep(name = "rules_cc", version = "0.0.16")
|
||
|
bazel_dep(name = "rules_license", version = "1.0.0")
|