forked from moby/vpnkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vpnkit.opam
65 lines (63 loc) · 1.67 KB
/
vpnkit.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
opam-version: "1.2"
maintainer: "David Scott <[email protected]>"
authors: [
"Anil Madhavapeddy <[email protected]>"
"David Scott <[email protected]>"
"David Sheets <[email protected]>"
"Gaetan de Villele <[email protected]>"
"Ian Campbell <[email protected]>"
"Magnus Skjegstad <[email protected]>"
"Mindy Preston <[email protected]>"
"Sebastiaan van Stijn <[email protected]>"
"Thomas Gazagnaire <[email protected]>"
"Thomas Leonard <[email protected]>"
]
homepage: "https://github.com/moby/vpnkit"
bug-reports: "https://github.com/moby/vpnkit/issues"
dev-repo: "https://github.com/moby/vpnkit.git"
doc: "https://moby.github.io/vpnkit/"
build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
"jbuilder" {build & >="1.0+beta10"}
"alcotest" {test}
"result"
"tar" {>= "0.8.0"}
"ipaddr"
"lwt" {>= "2.7.0"}
"uwt" {>= "0.0.4"}
"tcpip" {>= "3.3.0"}
"dns" {>= "0.19.1"}
"dns-lwt"
"dnssd" {>= "0.2"}
"dns-forward" {>= "0.10.0"}
"cstruct-lwt" {>= "3.0.0"}
"datakit-server" {>= "0.11.0"}
"datakit-server-9p" {>= "0.11.0"}
"hashcons" {>= "1.0.1"}
"pcap-format" {>= "0.4.0"}
"cmdliner"
"charrua-core" {>= "0.9"}
"charrua-client-mirage" {test}
"hvsock" {>= "1.0.1"}
"asl"
"win-eventlog"
"fd-send-recv" {>= "1.0.3"}
"logs"
"fmt"
"astring"
"mirage-flow-lwt" {>= "1.4.0"}
"mirage-time-lwt" {>= "1.1.0"}
"mirage-protocols" {>= "1.1.0"}
"mirage-channel" {>= "3.0.1"}
"cohttp-lwt" {>= "0.99.0"}
"mirage-dns"
"protocol-9p" {>= "0.11.3"}
"mirage-vnetif" {>= "0.4.0"}
"uuidm"
"ezjsonm"
"stringext" {= "1.4.3"}
"mirage-clock-unix"
]