opam-version: "2.0"
maintainer: "dave@recoil.org"
homepage:     "https://github.com/mirage/ocaml-pcap"
dev-repo: "git+https://github.com/mirage/ocaml-pcap.git"
bug-reports:  "https://github.com/mirage/ocaml-pcap/issues"
authors: [
  "Anil Madhavapeddy"
  "Dave Scott"
  "Richard Mortier"
]
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  [make]
]
install: [
  [make "install"]
]
remove: [["ocamlfind" "remove" "pcap"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "cstruct" {>= "0.5.1" & < "0.6.0"}
  "ocamlbuild" {build}
]
synopsis: "read and write pcap-formatted network packet traces"
flags: light-uninstall
url {
  src: "http://github.com/mirage/ocaml-pcap/tarball/ocaml-pcap-0.3.1"
  checksum: "md5=ead83996e1f580c261cad1820b2666be"
}
