Skip to content

Commit c124fc2

Browse files
authored
Merge pull request ocaml#23563 from patricoferris/release-cid-v0.1.0
[new release] cid (0.1.0)
2 parents 064e616 + 4440128 commit c124fc2

File tree

1 file changed

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

1 file changed

+40
-0
lines changed

packages/cid/cid.0.1.0/opam

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
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"

0 commit comments

Comments
 (0)