opam-version: "2.0"
maintainer: "thomas@gazagnaire.org"
authors:      ["Thomas Gazagnaire" "Trevor Summers Smith"]
homepage:     "https://github.com/mirage/ocaml-hex"
bug-reports:  "https://github.com/mirage/ocaml-hex/issues"
dev-repo: "git+https://github.com/mirage/ocaml-hex.git"
build: make
remove: ["ocamlfind" "remove" "hex"]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Minimal library providing hexadecimal converters."
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-hex/archive/0.1.0.tar.gz"
  checksum: "md5=6536fa005f2b221cb370cfcabce014b1"
}
