mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
13 lines
485 B
Text
13 lines
485 B
Text
module(
|
|
name = "jemalloc",
|
|
version = "5.3.0-bcr.alpha.3",
|
|
bazel_compatibility = [">=7.2.1"], # need support for "overlay" directory
|
|
compatibility_level = 5,
|
|
)
|
|
|
|
bazel_dep(name = "aspect_bazel_lib", version = "2.0.0")
|
|
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
|
bazel_dep(name = "libunwind", version = "1.8.1")
|
|
bazel_dep(name = "platforms", version = "0.0.11")
|
|
bazel_dep(name = "rules_cc", version = "0.1.1")
|
|
bazel_dep(name = "rules_license", version = "1.0.0")
|