Skip to content

Commit

Permalink
Merge pull request #4827 from samoht/opam-publish/tcpip.2.6.1
Browse files Browse the repository at this point in the history
tcpip.2.6.1 - via opam-publish
  • Loading branch information
samoht committed Sep 15, 2015
2 parents 5ddf3f6 + 14d1a3e commit 4bc20b7
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tcpip/tcpip.2.6.1/descr
@@ -0,0 +1,5 @@
Userlevel TCP/IP stack

The library provides a networking stack for the MirageOS
library operating system that supports IPv4, IPv6, ARPv4,
DHCPv4 and TCP/IP.
50 changes: 50 additions & 0 deletions packages/tcpip/tcpip.2.6.1/opam
@@ -0,0 +1,50 @@
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"
"Vincent Bernardoff"
"Magnus Skjegstad"
"Mindy Preston"
"Thomas Leonard"
]
tags: ["org:mirage"]

build: [
["./configure" "--prefix" prefix "--%{mirage-xen:enable}%-xen"]
[make]
]
build-test: [
["./configure" "--enable-tests"]
[make "test" "TESTFLAGS=-v"]
]

install: [make "install"]
remove: ["ocamlfind" "remove" "tcpip"]
depends: [
"ocamlfind" {build}
"cstruct" {>= "1.0.1"}
"channel"
"mirage-types" {>= "2.6.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" {>= "0.5"}
"mirage-flow" {test}
"mirage-vnetif" {test}
"alcotest" {test}
"pcap-format" {test}
"lwt" {>= "2.4.7"}
]
depopts: [
"mirage-xen"
]
available: [ocaml-version >= "4.01.0"]
2 changes: 2 additions & 0 deletions packages/tcpip/tcpip.2.6.1/url
@@ -0,0 +1,2 @@
http: "https://github.com/mirage/mirage-tcpip/archive/v2.6.1.tar.gz"
checksum: "128a4250716424d32c6e84f35502925a"

0 comments on commit 4bc20b7

Please sign in to comment.