Skip to content

Commit

Permalink
add libarchive 3.7.4.bcr.1 with tests and windows support (#1916)
Browse files Browse the repository at this point in the history
Based on https://github.com/zaucy/libarchive/tree/bazel-v3.7.4

* adds tests
* adds Windows support
  • Loading branch information
zaucy authored Jun 15, 2024
1 parent a509083 commit bd3a6df
Show file tree
Hide file tree
Showing 5 changed files with 1,866 additions and 1 deletion.
15 changes: 15 additions & 0 deletions modules/libarchive/3.7.4.bcr.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "libarchive",
version = "3.7.4.bcr.1",
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")
Loading

0 comments on commit bd3a6df

Please sign in to comment.