opam-version: "2.0"
authors: [ "Vincent Bernardoff <vb@luminar.eu.org>"
	   "Anil Madhavapeddy <anil@recoil.org>"
]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-tuntap"
maintainer: "vb@luminar.eu.org"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [make "PREFIX=%{prefix}%"]
remove: [["ocamlfind" "remove" "tuntap"]]
depends: [
  "ocaml" {>= "4.00.0" & < "4.06.0"}
  "ocamlfind"
  "ipaddr" {>= "2.2.0" & < "4.0.0"}
  "cmdliner"
  "lwt"
  "ounit"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/ocaml-tuntap"
install: [make "PREFIX=%{prefix}%" "install"]
synopsis: "TUN/TAP bindings"
description: """
This is an OCaml library for handling TUN/TAP devices.  TUN refers to layer 3
virtual interfaces whereas TAP refers to layer 2 Ethernet ones.

See <http://en.wikipedia.org/wiki/TUN/TAP> for more information.

Linux, FreeBSD, OpenBSD and MacOS X should all be supported.  You will need
to install the third-party <http://tuntaposx.sourceforge.net/> on OSX before
using this library.

WWW:    <https://github.com/mirage/ocaml-tuntap>
Issues: <https://github.com/mirage/mirage/issues>
E-mail: <mirageos-devel@lists.openmirage.org>"""
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-tuntap/archive/v1.0.0.tar.gz"
  checksum: "md5=ebc21fc98e93f279c0dd8a4b27fc663e"
}
