File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: "Romain Calascibetta <
[email protected] >"
3
+ authors: "Romain Calascibetta <
[email protected] >"
4
+ homepage: "https://git.robur.coop/robur/miou"
5
+ bug-reports: "https://git.robur.coop/robur/miou/issues"
6
+ dev-repo: "git+https://github.com/robur-coop/miou.git"
7
+ doc: "https://docs.osau.re/miou/"
8
+ license: "MIT"
9
+ synopsis: "Composable concurrency primitives for OCaml"
10
+
11
+ build: [ "dune" "build" "-p" name "-j" jobs ]
12
+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
13
+
14
+ depends: [
15
+ "ocaml" {>= "5.0.0"}
16
+ "dune" {>= "2.8.0"}
17
+ "dscheck" {with-test & >= "0.4.0"}
18
+ "digestif" {with-test}
19
+ "happy-eyeballs" {with-test & >= "0.6.0"}
20
+ "dns-client" {with-test}
21
+ "hxd" {with-test}
22
+ "mirage-crypto-rng" {with-test}
23
+ "ipaddr" {with-test}
24
+ "logs" {with-test & >= "0.7.0"}
25
+ "dns" {with-test}
26
+ "dns-client" {with-test}
27
+ "mtime" {with-test & >= "2.0.0"}
28
+ "ocamlformat" {with-dev-setup & = "0.27.0"}
29
+ ]
30
+ x-maintenance-intent: [ "(latest)" ]
31
+ url {
32
+ src:
33
+ "https://github.com/robur-coop/miou/releases/download/v0.3.1/miou-0.3.1.tbz"
34
+ checksum: [
35
+ "sha256=2b7a2d52ec0599156b6e7c586190cc99dd964d840799763f6f2407bb83e39471"
36
+ "sha512=eba70cb4c5484ef4c5fce522b106d32f20482fe55a9252c82cf7b85d69cd1359d97a9d7279f39c05f3b2365d87cdfec39fbe2a0780167506d1eaeaf618227895"
37
+ ]
38
+ }
39
+ x-commit-hash: "2f77245890e58272c5d54bfc311b02793a666295"
You can’t perform that action at this time.
0 commit comments