this repo has no description
1opam-version: "2.0" 2synopsis: "Content-addressed Identifiers" 3maintainer: ["patrick@sirref.org"] 4authors: ["patrick@sirref.org"] 5homepage: "https://github.com/patricoferris/ocaml-cid" 6bug-reports: "https://github.com/patricoferris/ocaml-cid/issues" 7license: "MIT" 8depends: [ 9 "dune" {>= "3.2"} 10 "multibase" 11 "multicodec" 12 "multihash-digestif" 13 "alcotest" {with-test} 14 "mdx" {with-test & >= "2.2.1"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/patricoferris/ocaml-cid.git" 32url { 33 src: 34 "https://github.com/patricoferris/ocaml-cid/releases/download/v0.1.0/cid-0.1.0.tbz" 35 checksum: [ 36 "sha256=541f53b7cdc62b9860d8dc5a6856759da34395a71ba4cf2dbdaade522fe65bf3" 37 "sha512=0db58f25180158ae0fd2b0539ab645f5cd316965d3c014abfc6f13d1ded88da348919713f3518316fbb04e4c25bc5978f24dfff4ea5bb2b92d3f0f55bd870c59" 38 ] 39} 40x-commit-hash: "4f665cacb56e73462b690dcc793f1c6ec173c7b5"