forked from moby/vpnkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvpnkit.opam
More file actions
76 lines (74 loc) · 1.96 KB
/
vpnkit.opam
File metadata and controls
76 lines (74 loc) · 1.96 KB
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
66
67
68
69
70
71
72
73
74
75
76
opam-version: "1.2"
maintainer: "David Scott <dave.scott@docker.com>"
authors: [
"Anil Madhavapeddy <anil@recoil.org>"
"David Scott <dave.scott@docker.com>"
"David Sheets <dsheets@docker.com>"
"Gaetan de Villele <gdevillele@gmail.com>"
"Ian Campbell <ian.campbell@docker.com>"
"Magnus Skjegstad <magnus@skjegstad.com>"
"Mindy Preston <mindy.preston@docker.com>"
"Sebastiaan van Stijn <github@gone.nl>"
"Thomas Gazagnaire <thomas@gazagnaire.com>"
"Thomas Leonard <thomas.leonard@docker.com>"
]
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: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"dune" {build}
"alcotest" {test}
"result"
"tar" {>= "0.8.0"}
"ipaddr" {= "2.8.0"}
"lwt" {= "5.4.0"}
"uwt" {>= "0.0.4"}
"tcpip" {>= "3.3.0"}
"dns" {>= "0.19.1"}
"dns-lwt"
"dnssd" {>= "0.2"}
"dns-forward" {>= "0.10.0"}
"base64" {>= "3.0.0"}
"cstruct" {= "3.2.1"}
"cstruct-lwt" {= "3.2.1"}
"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 & = "0.9"}
"hvsock" {>= "2.0.0"}
"fd-send-recv" {>= "2.0.0"}
"logs"
"fmt"
"astring"
"mirage-device" {= "1.2.0"}
"mirage-kv" {= "1.1.1"}
"mirage-kv-lwt" {= "1.1.0"}
"mirage-net" {= "1.1.1"}
"mirage-net-lwt" {= "1.1.0"}
"mirage-flow-lwt" {= "1.6.0"}
"mirage-time" {= "1.3.0"}
"mirage-time-lwt" {= "1.3.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"
"sha"
"stringext"
"mirage-clock" {= "1.3.0"}
"mirage-clock-lwt" {= "2.0.0"}
"mirage-clock-unix" {= "2.0.0"}
"mirage-random" {= "1.1.0"}
"re" {= "1.9.0"}
"uri" {= "2.2.1"}
]