opam-version: "2.0"
maintainer: "arjun@cs.umass.edu"
build: [
  ["ocaml" "setup.ml" "-configure"]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "packet"]]
depends: [
  "ocaml"
  "ocamlfind"
  "cstruct" {>= "0.7.0" & < "2.0.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/frenetic-lang/ocaml-packet"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "A serialization library for several common packet formats"
description: """
This library includes serializers for ethernet, TCP, IP, ARP, ICMP, and
others."""
flags: light-uninstall
url {
  src:
    "https://github.com/frenetic-lang/ocaml-packet/archive/packet.0.1.1.tar.gz"
  checksum: "md5=965fd0dad2229cd611e0593095692bee"
}
