File tree 6 files changed +68
-0
lines changed
6 files changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ module (
2
+ name = "xxhash" ,
3
+ version = "0.8.2" ,
4
+ repo_name = "com_github_cyan4973_xxhash" ,
5
+ )
Original file line number Diff line number Diff line change
1
+ --- /dev/null
2
+ +++ BUILD.bazel
3
+ @@ -0,0 +1,9 @@
4
+ + cc_library(
5
+ + name = "xxhash",
6
+ + srcs = ["xxhash.c"],
7
+ + hdrs = [
8
+ + "xxh3.h",
9
+ + "xxhash.h",
10
+ + ],
11
+ + visibility = ["//visibility:public"],
12
+ + )
Original file line number Diff line number Diff line change
1
+ --- MODULE.bazel
2
+ +++ MODULE.bazel
3
+ @@ -0,0 +1,5 @@
4
+ + module(
5
+ + name = "xxhash",
6
+ + version = "0.8.2",
7
+ + repo_name = "com_github_cyan4973_xxhash",
8
+ + )
Original file line number Diff line number Diff line change
1
+ matrix :
2
+ platform :
3
+ - debian10
4
+ - ubuntu2004
5
+ - macos
6
+ - macos_arm64
7
+ - windows
8
+ bazel :
9
+ - 7.x
10
+ - 6.x
11
+ tasks :
12
+ verify_targets :
13
+ name : Verify build targets
14
+ platform : ${{ platform }}
15
+ bazel : ${{ bazel }}
16
+ build_targets :
17
+ - ' @xxhash//:xxhash'
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.2.tar.gz" ,
3
+ "integrity" : " sha256-uu4Mav1PAxZd56TmeYjRbw8rJXtR0OPLkZCTAqJqecQ=" ,
4
+ "strip_prefix" : " xxHash-0.8.2" ,
5
+ "patches" : {
6
+ "add_build_file.patch" : " sha256-WQDdUpYas3Sbezqz0dJ5kMdr/c729ki+QLZv4iwEOj8=" ,
7
+ "module_dot_bazel.patch" : " sha256-JRWL8H89SAQK0d0Qz6CZmY/Ctb+XUxru78pXBg+lfQE="
8
+ },
9
+ "patch_strip" : 0
10
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "homepage" : " https://github.com/Cyan4973/xxHash" ,
3
+ "maintainers" : [
4
+ {
5
+ "github" : " Cyan4973" ,
6
+ "name" : " Yann Collet"
7
+ }
8
+ ],
9
+ "repository" : [
10
+ " github:Cyan4973/xxHash"
11
+ ],
12
+ "versions" : [
13
+ " 0.8.2"
14
+ ],
15
+ "yanked_versions" : {}
16
+ }
You can’t perform that action at this time.
0 commit comments