-
Notifications
You must be signed in to change notification settings - Fork 6
/
miou.opam
29 lines (27 loc) · 1.05 KB
/
miou.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
opam-version: "2.0"
name: "miou"
maintainer: "Romain Calascibetta <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
homepage: "https://git.robur.coop/robur/miou"
bug-reports: "https://git.robur.coop/robur/miou/issues"
dev-repo: "git+https://github.com/robur-coop/miou.git"
doc: "https://docs.osau.re/miou/"
license: "MIT"
synopsis: "Composable concurrency primitives for OCaml"
build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "5.0.0"}
"dune" {>= "2.8.0"}
"dscheck" {with-test & >= "0.4.0"}
"digestif" {with-test}
"happy-eyeballs" {with-test & >= "0.6.0"}
"dns-client" {with-test}
"hxd" {with-test}
"mirage-crypto-rng" {with-test}
"ipaddr" {with-test}
"logs" {with-test & >= "0.7.0"}
"dns" {with-test}
"dns-client" {with-test}
"mtime" {with-test & >= "2.0.0"}
]