updated ovpn router
This commit is contained in:
parent
14f1447f07
commit
a5c021c97a
1 changed files with 14 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
|||
# Generated by ./config.exe configure -t hvt (2020-08-03 13:46:09-00:00).
|
||||
# Generated by ./config.exe configure -t hvt --allocation-policy=best-fit (2021-01-18 16:29:37-00:00).
|
||||
opam-version: "2.0"
|
||||
name: "mirage-unikernel-ovpn_router-hvt"
|
||||
depends: [ "arp-mirage" { >= "2.2.0" & < "3.0.0"}
|
||||
depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
|
||||
"crunch" {build & >= "3.1.0" & < "4.0.0"}
|
||||
"ethernet" { >= "2.2.0" & < "3.0.0"}
|
||||
"functoria-runtime"
|
||||
"logs"
|
||||
"logs-syslog" { >= "0.2.1" & < "0.3.0"}
|
||||
"logs-syslog" { >= "0.3.0"}
|
||||
"lwt"
|
||||
"mirage" {build & >= "3.9.0" & < "3.10.0"}
|
||||
"mirage" {build & >= "3.10.0" & < "3.11.0"}
|
||||
"mirage-bootvar-solo5" { >= "0.6.0" & < "0.7.0"}
|
||||
"mirage-clock-freestanding" { >= "3.0.0" & < "4.0.0"}
|
||||
"mirage-console-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||
|
@ -17,23 +17,26 @@ depends: [ "arp-mirage" { >= "2.2.0" & < "3.0.0"}
|
|||
"mirage-kv-mem" { >= "3.0.0" & < "4.0.0"}
|
||||
"mirage-logs" { >= "1.2.0" & < "2.0.0"}
|
||||
"mirage-net-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||
"mirage-runtime" { >= "3.9.0" & < "3.10.0"}
|
||||
"mirage-runtime" { >= "3.10.0" & >= "3.8.0" & < "3.11.0"}
|
||||
"mirage-solo5" { >= "0.6.1" & < "0.7.0"}
|
||||
"mirage-types" { >= "3.9.0" & < "3.10.0"}
|
||||
"mirage-types-lwt" { >= "3.9.0" & < "3.10.0"}
|
||||
"monitoring-experiments"
|
||||
"ocaml" {build & >= "4.06.0"}
|
||||
"mirage-types" { >= "3.10.0" & < "3.11.0"}
|
||||
"mirage-types-lwt" { >= "3.10.0" & < "3.11.0"}
|
||||
"monitoring-experiments" { >= "0.0.2"}
|
||||
"ocaml" {build & >= "4.08.0"}
|
||||
"ocamlbuild" {build}
|
||||
"ocamlfind" {build}
|
||||
"openvpn"
|
||||
"solo5-bindings-hvt" { >= "0.6.0" & < "0.7.0"}
|
||||
"tcpip" { >= "5.0.0" & < "6.0.0"}
|
||||
"tcpip" { >= "6.0.0" & < "7.0.0"}
|
||||
]
|
||||
pin-depends: [ ["openvpn.dev" "git+https://github.com/roburio/openvpn.git"]
|
||||
]
|
||||
maintainer: "dummy"
|
||||
authors: "dummy"
|
||||
homepage: "dummy"
|
||||
bug-reports: "dummy"
|
||||
build: [ "sh" "-exc" "cd mirage-router && cp /root/openvpn.config configuration/ && mirage configure -t hvt && mirage build" ]
|
||||
dev-repo: "git+https://example.com/nonexistent"
|
||||
build: [ "sh" "-exc" "cd mirage-router && cp /root/openvpn.config configuration/ && mirage configure -t hvt --allocation-policy=best-fit && mirage build" ]
|
||||
synopsis: "This is a dummy"
|
||||
install: [
|
||||
[ "cp" "mirage-router/ovpn_router.hvt" "%{bin}%/ovpn_router.hvt" ]
|
||||
|
|
Loading…
Reference in a new issue