Skip to content

Commit e1278cb

Browse files
authored
Merge pull request #28996 from dinosaure/release-arc-v0.0.1
[new release] arc (0.0.1)
2 parents 8a2e106 + 7df612d commit e1278cb

File tree

1 file changed

+30
-0
lines changed
  • packages/arc/arc.0.0.1

1 file changed

+30
-0
lines changed

packages/arc/arc.0.0.1/opam

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
opam-version: "2.0"
2+
synopsis: "ARC support in OCaml"
3+
description: "ARC implementation in OCaml"
4+
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
5+
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
6+
license: "MIT"
7+
homepage: "https://git.robur.coop/robur/ocaml-arc"
8+
doc: "https://robur-coop.github.io/ocaml-arc/"
9+
bug-reports: "https://git.robur.coop/robur/ocaml-arc"
10+
dev-repo: "git+https://github.com/robur-coop/ocaml-arc.git"
11+
depends: [
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "2.0.0"}
14+
"dmarc"
15+
"alcotest" {with-test}
16+
]
17+
build: [
18+
["dune" "build" "-p" name "-j" jobs]
19+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
20+
]
21+
x-maintenance-intent: [ "(latest)" ]
22+
url {
23+
src:
24+
"https://github.com/robur-coop/ocaml-arc/releases/download/v0.0.1/arc-0.0.1.tbz"
25+
checksum: [
26+
"sha256=19ea9d58248941e06be0209aa6ea30841ee7718e63906bbdd03cca22d9e4a7fe"
27+
"sha512=5bac52d55ed2fcec543f879cbe0ed7f0c6c5c4b9b17291a8cd933a2b7507bd6e46b5ba3ac25e25e6b234aae4c737703aa3414a5de74095731ef028c698c720e9"
28+
]
29+
}
30+
x-commit-hash: "09ce100702b0cc0adeea01699bfad6606445702b"

0 commit comments

Comments
 (0)