this repo has no description
1opam-version: "2.0"
2maintainer: "Clément Pascutto"
3authors: ["Clément Pascutto"]
4license: "MIT"
5homepage: "https://github.com/mirage/bloomf"
6bug-reports: "https://github.com/mirage/bloomf/issues"
7dev-repo: "git+https://github.com/mirage/bloomf.git"
8doc: "https://mirage.github.io/bloomf/"
9
10build: [
11 ["dune" "subst"] {dev}
12 [
13 "dune"
14 "build"
15 "-p"
16 name
17 "-j"
18 jobs
19 "@install"
20 "@runtest" {with-test}
21 "@doc" {with-doc}
22 ]
23]
24
25depends: [
26 "ocaml" {>= "4.06.0"}
27 "dune" {>= "2.0"}
28 "bitv" {>= "1.4"}
29 "alcotest" {with-test}
30]
31synopsis: "Efficient Bloom filters for OCaml"
32description: "Efficient Bloom filters for OCaml"
33x-commit-hash: "4464d8e4df27560a59000b784e9b26c214fc344e"
34url {
35 src:
36 "https://github.com/mirage/bloomf/releases/download/v0.2.0/bloomf-v0.2.0.tbz"
37 checksum: [
38 "sha256=16409a1221e1d05a3d6b64ec0e5b302a60b6802cc573fdc243662e2fc85bd561"
39 "sha512=bc18e79cc782004edef88b24bc6ca586701294bd91c81ffc3de450df19f050e9e52b480980b74a5c38b7c70a3e9b4e94feca02007f1b661855868acf9cbdb245"
40 ]
41}