Skip to content

Commit

Permalink
Merge pull request ocaml#45 from avsm/master
Browse files Browse the repository at this point in the history
Add tcpip.2.0.1
  • Loading branch information
avsm committed Nov 5, 2014
2 parents 7936fc0 + a9647e7 commit 5e8507b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.12.0/url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
archive: "https://github.com/mirage/ocaml-cohttp/archive/v0.12.0.tar.gz"
checksum: "046bb82506174fa8de8ca22d585c9ba8"
checksum: "318788d5e43569935e21cc39d455aa34"
1 change: 1 addition & 0 deletions packages/tcpip/tcpip.2.0.1/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Userlevel TCP/IP stack
20 changes: 20 additions & 0 deletions packages/tcpip/tcpip.2.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "1"
maintainer: "[email protected]"
build: [
[make]
[make "install"]
]
remove: [
["ocamlfind" "remove" "tcpip"]
]
depends: [
"ocamlfind"
"cstruct" {>= "1.0.1"}
"mirage-types-lwt" {>= "2.0.0"}
"mirage-unix" {>= "1.1.0"}
"mirage-console"
"mirage-clock-unix" {>= "1.0.0"}
"mirage-net-unix" {>= "1.1.0"}
"ipaddr" {>= "2.2.0"}
]
ocaml-version: [>= "4.00.0"]
2 changes: 2 additions & 0 deletions packages/tcpip/tcpip.2.0.1/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/mirage-tcpip/archive/v2.0.1.tar.gz"
checksum: "86e6d25711080ef4126315710805f51e"

0 comments on commit 5e8507b

Please sign in to comment.