opam-version: "2.0"
name: "integers"
version: "0.7.0"
synopsis: "Various signed and unsigned integer types for OCaml"
maintainer: "yallop@gmail.com"
authors: [
  "Jeremy Yallop" "Demi Obenour" "Stephane Glondu" "Andreas Hauptmann"
]
license: "MIT"
homepage: "https://github.com/yallop/ocaml-integers"
doc: "http://yallop.github.io/ocaml-integers/api.docdir/"
bug-reports: "https://github.com/yallop/ocaml-integers/issues"
depends: [
  "ocaml" {>= "4.03"}
  "dune" {>= "1.0"}
  "stdlib-shims"
]
build: [
  ["dune" "subst"] {dev}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/yallop/ocaml-integers.git"
url {
  src: "https://github.com/yallop/ocaml-integers/archive/0.7.0.tar.gz"
  checksum: [
    "sha256=8bb517fa9a1818246eb8c4ce34ee1489fbebb4b92defa3a25d13cab8d23ec685"
    "md5=201cf24143d7cb9a3921d572b6e6c42c"
  ]
}
