Skip to content

Commit

Permalink
Merge pull request #4051 from samoht/opam-publish/tcpip.2.4.3
Browse files Browse the repository at this point in the history
tcpip.2.4.3 - via opam-publish
  • Loading branch information
samoht committed May 5, 2015
2 parents c217cde + 694fee2 commit e2ddd6b
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tcpip/tcpip.2.4.3/descr
@@ -0,0 +1,4 @@
Userlevel TCP/IP stack

The library provides a networking stack for the Mirage operating
system that supports IPv4, IPv6, ARPv4, DHCPv4 and TCP/IP.
42 changes: 42 additions & 0 deletions packages/tcpip/tcpip.2.4.3/opam
@@ -0,0 +1,42 @@
opam-version: "1.2"
maintainer: "anil@recoil.org"
homepage: "https://github.com/mirage/mirage-tcpip"
dev-repo: "https://github.com/mirage/mirage-tcpip.git"
bug-reports: "https://github.com/mirage/mirage-tcpip/issues"
authors: [
"Anil Madhavapeddy"
"Balraj Singh"
"Richard Mortier"
"Nicolas Ojeda Bar"
"Thomas Gazagnaire"
]
tags: ["org:mirage"]

build: [
["./configure" "--prefix" prefix
"--%{mirage-flow+alcotest:enable}%-tests"
"--%{mirage-xen:enable}%-xen"
]
[make]
]
build-test: [make "test"]
install: [make "install"]
remove: ["ocamlfind" "remove" "tcpip"]
depends: [
"ocamlfind" {build}
"cstruct" {>= "1.0.1"}
"mirage-types" {>= "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"}
"mirage-profile"
"mirage-flow" {test}
"mirage-vnetif" {test}
"alcotest" {test}
]
depopts: [
"mirage-xen"
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/tcpip/tcpip.2.4.3/url
@@ -0,0 +1,2 @@
http: "https://github.com/mirage/mirage-tcpip/archive/v2.4.3.tar.gz"
checksum: "03b2cb4e689ef690a301616ce0d1b201"

0 comments on commit e2ddd6b

Please sign in to comment.