File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments