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.2"
  checksum: "md5=a147e31f63bc4d589c8d8422a5a5742f"
}
