this repo has no description
1opam-version: "2.0" 2synopsis: "Self-describing Hash Functions" 3description: 4 "This library provides self-describing hash functions without any implementation" 5maintainer: ["patrick@sirref.org"] 6authors: ["patrick@sirref.org"] 7license: "MIT" 8homepage: "https://github.com/patricoferris/ocaml-multihash" 9bug-reports: "https://github.com/patricoferris/ocaml-multihash/issues" 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "2.9"} 13 "alcotest" {with-test} 14 "multicodec" 15 "cstruct" {>= "6.1.1"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "--promote-install-files=false" 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32 ["dune" "install" "-p" name "--create-install-files" name] 33] 34dev-repo: "git+https://github.com/patricoferris/ocaml-multihash.git" 35url { 36 src: 37 "https://github.com/patricoferris/ocaml-multihash/releases/download/v0.1.0/multihash-0.1.0.tbz" 38 checksum: [ 39 "sha256=cb6887fa2e31dc06d95b15d678ca9a0fa258be4c32d06db9df0b7981bdb8a5f6" 40 "sha512=364de8a501ae3a10cb9d12693c985546bb2a43ee8e229d12e6a120b1a666c54af976f08727f39f6bea62728a7499b302bd8d4641da92ab0eeef419e77738be1a" 41 ] 42} 43x-commit-hash: "183c84b7b3e2846534607c7afc98feb6f5ebdc96"