opam-version: "2.0"
maintainer: "andre@digirati.com.br"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%"]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "uint"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Unsigned ints for OCaml"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/ocaml-uint/ocaml-uint/1.2.0/ocaml-uint-1.2.0.tar.gz"
  checksum: "md5=e45a28c495cfaf9db714535c5f40876c"
}
