opam-version: "2.0" maintainer: "ygrek@autistici.org" homepage: "https://ygrek.org/p/ocaml-snappy" dev-repo: "git+https://github.com/ygrek/ocaml-snappy.git" bug-reports: "https://github.com/ygrek/ocaml-snappy/issues" doc: ["https://ygrek.org/p/ocaml-snappy/api/index.html"] license: "BSD-3-Clause" authors: [ "ygrek" ] tags: ["org:ygrek" "clib:snappy"] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}] ] depends: [ "ocaml" "dune" "conf-snappy" "odoc" {with-doc} ] synopsis: "Bindings to snappy - fast compression/decompression library" url { src: "https://ygrek.org/p/release/ocaml-snappy/ocaml-snappy-0.1.2.tar.gz" checksum: [ "md5=039a77d9ffb9b22ab845df30436390c1" "sha256=9270cf634efa708f0be414c22c4616361077f6685a61c57a14c3f3b50f506edd" "sha512=e2146c1d7f53679fd22df66c9061b5ae4f8505b749513eedc67f3c304f297d92e54f5028f40fb5412d32c7d7db92592eacb183128d2b6b81d10ea716b7496eba" ] mirrors: "https://github.com/ygrek/ocaml-snappy/releases/download/v0.1.2/ocaml-snappy-0.1.2.tar.gz" }