this repo has no description
1opam-version: "2.0"
2maintainer: "ygrek@autistici.org"
3homepage: "https://ygrek.org/p/ocaml-snappy"
4dev-repo: "git+https://github.com/ygrek/ocaml-snappy.git"
5bug-reports: "https://github.com/ygrek/ocaml-snappy/issues"
6doc: ["https://ygrek.org/p/ocaml-snappy/api/index.html"]
7license: "BSD-3-Clause"
8authors: [ "ygrek" ]
9tags: ["org:ygrek" "clib:snappy"]
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
13]
14depends: [
15 "ocaml"
16 "dune"
17 "conf-snappy"
18 "odoc" {with-doc}
19]
20synopsis: "Bindings to snappy - fast compression/decompression library"
21url {
22 src: "https://ygrek.org/p/release/ocaml-snappy/ocaml-snappy-0.1.2.tar.gz"
23 checksum: [
24 "md5=039a77d9ffb9b22ab845df30436390c1"
25 "sha256=9270cf634efa708f0be414c22c4616361077f6685a61c57a14c3f3b50f506edd"
26 "sha512=e2146c1d7f53679fd22df66c9061b5ae4f8505b749513eedc67f3c304f297d92e54f5028f40fb5412d32c7d7db92592eacb183128d2b6b81d10ea716b7496eba"
27 ]
28 mirrors: "https://github.com/ygrek/ocaml-snappy/releases/download/v0.1.2/ocaml-snappy-0.1.2.tar.gz"
29}