tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-mlxxhash
0
fork
atom
Pure OCaml xxhash implementation
0
fork
atom
overview
issues
pulls
pipelines
sync
anil.recoil.org
1 month ago
a24682bb
e38750e4
+4
-4
2 changed files
expand all
collapse all
unified
split
dune-project
mlxxhash.opam
+1
-1
dune-project
···
6
6
(license ISC)
7
7
(authors "Anil Madhavapeddy <anil@recoil.org>")
8
8
(maintainers "Anil Madhavapeddy <anil@recoil.org>")
9
9
-
(source (tangled anil.recoil.org/ocaml-xxhash))
9
9
+
(source (tangled anil.recoil.org/ocaml-mlxxhash))
10
10
11
11
(package
12
12
(name mlxxhash)
+3
-3
mlxxhash.opam
···
7
7
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
8
8
authors: ["Anil Madhavapeddy <anil@recoil.org>"]
9
9
license: "ISC"
10
10
-
homepage: "https://tangled.org/anil.recoil.org/ocaml-xxhash"
11
11
-
bug-reports: "https://tangled.org/anil.recoil.org/ocaml-xxhash/issues"
10
10
+
homepage: "https://tangled.org/anil.recoil.org/ocaml-mlxxhash"
11
11
+
bug-reports: "https://tangled.org/anil.recoil.org/ocaml-mlxxhash/issues"
12
12
depends: [
13
13
"dune" {>= "3.21"}
14
14
"ocaml" {>= "5.2.0"}
···
29
29
"@doc" {with-doc}
30
30
]
31
31
]
32
32
-
dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-xxhash"
32
32
+
dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-mlxxhash"
33
33
x-maintenance-intent: ["(latest)"]