opam-version: "2.0"
maintainer: "andrenth@gmail.com"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
depends: [
  "ocaml" {< "4.03.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ospec" {>= "0.3.0"}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Unsigned ints for OCaml"
url {
  src: "https://github.com/andrenth/ocaml-uint/tarball/1.0.3"
  checksum: "md5=cbba3a16d7c98f362a7dbc788b311dbc"
}
