forked from rand00/conntest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conntest.opam
36 lines (33 loc) · 876 Bytes
/
conntest.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
30
31
32
33
34
35
36
opam-version: "2.0"
name: "conntest"
maintainer: "rand00 <[email protected]>"
authors: "rand00 <[email protected]>"
homepage: "https://github.com/rand00/conntest"
bug-reports: "https://github.com/rand00/conntest/issues"
dev-repo: "git+https://github.com/rand00/conntest.git"
license: "LGPL"
synopsis: "A MirageOS unikernel to test networking setup"
build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.8.0"}
"fmt" {>= "0.9.0"}
"logs" {>= "0.7.0"}
"ipaddr"
"uri"
"tcpip"
"notty"
"yojson"
"ppx_deriving_yojson"
"uuidm"
"mirage-time"
"mirage-runtime"
"cstruct"
"stringext"
"lwt_react"
"duration"
]
pin-depends: [
[ "notty.dev" "git+https://github.com/rand00/notty.git#414_w_mirage" ]
]