opam-version: "2.0" synopsis: "Self-describing Hash Functions" description: "This library provides self-describing hash functions without any implementation" maintainer: ["patrick@sirref.org"] authors: ["patrick@sirref.org"] license: "MIT" homepage: "https://github.com/patricoferris/ocaml-multihash" bug-reports: "https://github.com/patricoferris/ocaml-multihash/issues" depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.9"} "alcotest" {with-test} "multicodec" "cstruct" {>= "6.1.1"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/patricoferris/ocaml-multihash.git" url { src: "https://github.com/patricoferris/ocaml-multihash/releases/download/v0.1.0/multihash-0.1.0.tbz" checksum: [ "sha256=cb6887fa2e31dc06d95b15d678ca9a0fa258be4c32d06db9df0b7981bdb8a5f6" "sha512=364de8a501ae3a10cb9d12693c985546bb2a43ee8e229d12e6a120b1a666c54af976f08727f39f6bea62728a7499b302bd8d4641da92ab0eeef419e77738be1a" ] } x-commit-hash: "183c84b7b3e2846534607c7afc98feb6f5ebdc96"