Skip to content

Commit

Permalink
add libarchive 3.7.3 with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 30, 2024
1 parent 1007add commit df6dc6b
Show file tree
Hide file tree
Showing 5 changed files with 1,491 additions and 1 deletion.
15 changes: 15 additions & 0 deletions modules/libarchive/3.7.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "libarchive",
version = "3.7.3",
compatibility_level = 1,
)

bazel_dep(name = "bzip2", version = "1.0.8.bcr.1")
bazel_dep(name = "lz4", version = "1.9.4")
bazel_dep(name = "xz", version = "5.4.5.bcr.2")
bazel_dep(name = "zlib", version = "1.3.1.bcr.1")
bazel_dep(name = "zstd", version = "1.5.6")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "mbedtls", version = "3.6.0")

0 comments on commit df6dc6b

Please sign in to comment.