opam-version: "2.0"
maintainer: "david.allsopp@metastack.com"
authors: [ "David Allsopp" ]
license: "BSD-3-clause with OCaml linking exception"
homepage: "https://metastack.github.io/bitmasks"
dev-repo: "git+https://github.com/metastack/bitmasks.git"
bug-reports: "https://github.com/metastack/bitmasks/issues"
build: [
  ["jbuilder" "build" "-p" name]
  ["jbuilder" "runtest"] {with-test}
  [make "doc"] {with-doc}
]
depends: [
  "ocaml" {< "4.07"}
  "jbuilder"
  "odoc" {with-doc}
]
patches: ["82eb7ee561c3e660dc33a6938346abf7354a23d4.patch"]
synopsis: "BitMasks over int and int64 exposed as sets"
description: """
Library for exposing bitmasks (typically as int or int64) in an
implementation compatible with OCaml's Set. The underlying data
representation is unaltered, allowing the value to be manipulated
either as a bitmask or as a set without conversion."""
extra-files: [
  "82eb7ee561c3e660dc33a6938346abf7354a23d4.patch"
  "md5=100f2ae2b7b240f09ae627e4c85bbcfe"
]
url {
  src: "https://github.com/metastack/bitmasks/archive/v1.1.0.tar.gz"
  checksum: "md5=e1d5ba8f4481552db4d600b0abf7f72e"
}
