Skip to content

Commit

Permalink
libarchive@3.7.2.bcr.2 (#1715)
Browse files Browse the repository at this point in the history
I had skimped on the #defines so some functionality was not compiled in.
  • Loading branch information
dzbarsky committed Mar 29, 2024
1 parent b1d2e0f commit e586cc2
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 1 deletion.
12 changes: 12 additions & 0 deletions modules/libarchive/3.7.2.bcr.2/MODULE.bazel
@@ -0,0 +1,12 @@
module(
name = "libarchive",
version = "3.7.2.bcr.2",
compatibility_level = 1,
)

bazel_dep(name = "bzip2", version = "1.0.8")
bazel_dep(name = "lz4", version = "1.9.4")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "xz", version = "5.4.5.bcr.1")
bazel_dep(name = "zlib", version = "1.3.1")
bazel_dep(name = "zstd", version = "1.5.5.bcr.1")

0 comments on commit e586cc2

Please sign in to comment.