opam-version: "2.0"
maintainer: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
authors: "Pierre Chambart <pierre.chambart@ocamlpro.com>"
homepage: "https://github.com/chambart/nullable-array"
bug-reports: "https://github.com/chambart/nullable-array/issues"
license: "MIT"
dev-repo: "git+https://github.com/chambart/nullable-array.git"
build: [
  [
    "jbuilder"
    "build"
    "--only-packages"
    "nullable-array"
    "--root"
    "."
    "-j"
    jobs
    "@install"
  ]
  ["jbuilder" "runtest"] {with-test}
]
depends: [
  "ocaml" {>= "4.03" & <= "4.06"}
  "jbuilder" {>= "1.0+beta8"}
]
synopsis:
  "Small self-contained library providing an efficient implementation for a type equivalent to `'a option array`"
url {
  src: "https://github.com/chambart/ocaml-nullable-array/archive/0.1.tar.gz"
  checksum: "md5=c9856d37b6418c387e9d8def8ca31d5e"
}
