Skip to content

Commit 7a35cc2

Browse files
committed
[new release] cid (0.1.0)
CHANGES: - Initial public release
1 parent 064e616 commit 7a35cc2

File tree

1 file changed

+39
-0
lines changed
  • packages/cid/cid.0.1.0

1 file changed

+39
-0
lines changed

packages/cid/cid.0.1.0/opam

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

0 commit comments

Comments
 (0)