File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Content-addressed Identifiers"
3+ 4+ 5+ homepage: "https://github.com/patricoferris/ocaml-cid"
6+ bug-reports: "https://github.com/patricoferris/ocaml-cid/issues"
7+ license: "MIT"
8+ depends: [
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+ ]
17+ build: [
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+ ]
31+ dev-repo: "git+https://github.com/patricoferris/ocaml-cid.git"
32+ url {
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+ }
40+ x-commit-hash: "4f665cacb56e73462b690dcc793f1c6ec173c7b5"
You can’t perform that action at this time.
0 commit comments