opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: [
  "David Sheets"
  "Anil Madhavapeddy"
]
homepage: "https://github.com/mirage/ocaml-ipaddr"
license: "ISC"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  [make "build"]
]
remove: [["ocamlfind" "remove" "ipaddr"]]
depends: [
  "ocaml" {< "4.04.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/ocaml-ipaddr"
install: [make "install"]
synopsis: "IP (and MAC) address representation library"
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-ipaddr/archive/0.2.2.tar.gz"
  checksum: "md5=e8fed424aafcb5b40cdd27721a2de56d"
}
