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-format"]]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "cstruct" {>= "0.6.0" & <= "1.9.0"}
  "type_conv" {build}
  "lwt" {>= "2.4.0"}
  "ocamlbuild" {build}
]
depopts: ["mirage-net"]
conflicts: [
  "mirage-net-socket"
  "mirage-net" {>= "1.0.0"}
  "mirage" {< "0.9.2"}
]
synopsis: "read and write pcap-formatted network packet traces"
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-pcap/archive/0.3.3.tar.gz"
  checksum: "md5=09ce300e0e26cd91960cefcfb183ecf4"
}
