Skip to content

Commit

Permalink
Merge pull request #262 from samoht/mirage3
Browse files Browse the repository at this point in the history
Mirage3
  • Loading branch information
djs55 authored Aug 3, 2017
2 parents 596d664 + 333d9a0 commit a06c975
Show file tree
Hide file tree
Showing 823 changed files with 7,525 additions and 6,361 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ src/bin/depends.ml: src/bin/depends.ml.in
cp src/bin/depends.ml src/bin/depends.tmp
sed -e 's/££VERSION££/$(shell git rev-parse HEAD)/g' src/bin/depends.tmp > src/bin/depends.ml
cp src/bin/depends.ml src/bin/depends.tmp
sed -e 's/££HOSTNET_PINNED££/$(shell opam info hostnet -f pinned)/g' src/bin/depends.tmp > src/bin/depends.ml
cp src/bin/depends.ml src/bin/depends.tmp
sed -e 's/££HVSOCK_PINNED££/$(shell opam info hvsock -f pinned)/g' src/bin/depends.tmp > src/bin/depends.ml

vpnkit.tgz: vpnkit.exe
Expand Down
2 changes: 1 addition & 1 deletion repo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ commit:
$(MAKE) update-win
git add win32/packages/upstream
git add darwin/packages/upstream
git commit -a -s -m "AUTO: Update upstream packages"
git commit . -s -m "AUTO: Update upstream packages"
3 changes: 0 additions & 3 deletions repo/darwin/packages/dev/channel.1.1.0/descr

This file was deleted.

32 changes: 0 additions & 32 deletions repo/darwin/packages/dev/channel.1.1.0/opam

This file was deleted.

2 changes: 0 additions & 2 deletions repo/darwin/packages/dev/channel.1.1.0/url

This file was deleted.

36 changes: 36 additions & 0 deletions repo/darwin/packages/dev/charrua-client-lwt.dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "1.2"
name: "charrua-client-lwt"
maintainer: ["Mindy Preston"]
authors : ["Mindy Preston"]
homepage: "https://github.com/mirage/charrua-core"
bug-reports: "https://github.com/mirage/charrua-core/issues"
dev-repo: "https://github.com/mirage/charrua-core.git"
tags: [ "org:mirage"]
doc: "https://docs.mirage.io"

build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]

depends: [
"jbuilder" {>="1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.4"}
"charrua-client"
"cstruct" {>="3.0.2"}
"ipaddr"
"rresult"
"mirage-random" {>= "1.0.0"}
"duration"
"logs"
"tcpip" {>= "3.0.0"}
"fmt"
"lwt"
"mirage-types-lwt" {>="3.0.0"}
"mirage-time-lwt"
]
available: [ocaml-version >= "4.03.0"]
1 change: 1 addition & 0 deletions repo/darwin/packages/dev/charrua-client-lwt.dev/url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: "https://github.com/mirage/charrua-core.git"
36 changes: 36 additions & 0 deletions repo/darwin/packages/dev/charrua-client-mirage.dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "1.2"
name: "charrua-client-mirage"
maintainer: ["Mindy Preston"]
authors : ["Mindy Preston"]
homepage: "https://github.com/mirage/charrua-core"
bug-reports: "https://github.com/mirage/charrua-core/issues"
dev-repo: "https://github.com/mirage/charrua-core.git"
tags: [ "org:mirage"]
doc: "https://docs.mirage.io"

build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]

depends: [
"jbuilder" {>="1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.4"}
"charrua-client-lwt"
"charrua-client"
"cstruct" {>="3.0.2"}
"ipaddr"
"rresult"
"mirage-random" {>= "1.0.0"}
"duration"
"logs"
"tcpip" {>= "3.0.0"}
"fmt"
"lwt"
"mirage-types-lwt" {>="3.0.0"}
]
available: [ocaml-version >= "4.03.0"]
1 change: 1 addition & 0 deletions repo/darwin/packages/dev/charrua-client-mirage.dev/url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: "https://github.com/mirage/charrua-core.git"
1 change: 1 addition & 0 deletions repo/darwin/packages/dev/charrua-client.dev/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Library using charrua-core to provide a DHCP-configured IPv4 implementation.
28 changes: 28 additions & 0 deletions repo/darwin/packages/dev/charrua-client.dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "1.2"
name: "charrua-client"
maintainer: ["Mindy Preston"]
authors : ["Mindy Preston"]
homepage: "https://github.com/mirage/charrua-core"
bug-reports: "https://github.com/mirage/charrua-core/issues"
dev-repo: "https://github.com/mirage/charrua-core.git"
tags: [ "org:mirage"]
doc: "https://docs.mirage.io"

build: [
[ "jbuilder" "subst" "-n" name ] {pinned}
[ "jbuilder" "build" "-p" name "-j" jobs ]
]

build-test: [
[ "jbuilder" "runtest" "-p" name "-j" jobs ]
]

depends: [
"jbuilder" {>="1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.8"}
"cstruct" {>="3.0.2"}
"ipaddr"
]
available: [ocaml-version >= "4.03.0"]
1 change: 1 addition & 0 deletions repo/darwin/packages/dev/charrua-client.dev/url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: "https://github.com/mirage/charrua-core.git"
36 changes: 0 additions & 36 deletions repo/darwin/packages/dev/charrua-core.999/descr

This file was deleted.

24 changes: 0 additions & 24 deletions repo/darwin/packages/dev/charrua-core.999/opam

This file was deleted.

1 change: 0 additions & 1 deletion repo/darwin/packages/dev/charrua-core.999/url

This file was deleted.

34 changes: 34 additions & 0 deletions repo/darwin/packages/dev/charrua-core.dev/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
opam-version: "1.2"
name: "charrua-core"
maintainer: "Christiano F. Haesbaert <[email protected]>"
authors: "Christiano F. Haesbaert <[email protected]>"
license: "ISC"
homepage: "https://github.com/mirage/charrua-core"
bug-reports: "https://github.com/mirage/charrua-core/issues"
dev-repo: "https://github.com/mirage/charrua-core.git"
doc: "https://mirage.github.io/charrua-core/api"

available: [ocaml-version >= "4.03" & opam-version >= "1.2"]

build: [
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: [
["jbuilder" "runtest" "-p" name "-j" jobs]
]

depends: [
"jbuilder" {build & >="1.0+beta7"}
"ppx_sexp_conv" {build}
"ppx_cstruct" {build}
"menhir" {build}
"cstruct" {>= "3.0.1"}
"sexplib"
"ipaddr" {>= "2.5.0"}
"tcpip" {>= "3.1.0"}
"rresult"
"io-page-unix" {test}
"cstruct-unix" {test}
]
1 change: 1 addition & 0 deletions repo/darwin/packages/dev/charrua-core.dev/url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: "https://github.com/mirage/charrua-core.git"
7 changes: 0 additions & 7 deletions repo/darwin/packages/dev/dns-forward.0.8.4/descr

This file was deleted.

2 changes: 0 additions & 2 deletions repo/darwin/packages/dev/dns-forward.0.8.4/findlib

This file was deleted.

33 changes: 0 additions & 33 deletions repo/darwin/packages/dev/dns-forward.0.8.4/opam

This file was deleted.

2 changes: 0 additions & 2 deletions repo/darwin/packages/dev/dns-forward.0.8.4/url

This file was deleted.

5 changes: 0 additions & 5 deletions repo/darwin/packages/dev/dns.999/descr

This file was deleted.

67 changes: 0 additions & 67 deletions repo/darwin/packages/dev/dns.999/opam

This file was deleted.

1 change: 0 additions & 1 deletion repo/darwin/packages/dev/dns.999/url

This file was deleted.

8 changes: 0 additions & 8 deletions repo/darwin/packages/dev/dnssd.0.4/descr

This file was deleted.

Loading

0 comments on commit a06c975

Please sign in to comment.