this repo has no description

Merge pull request #16824 from dra27/bitmasks-1.2.0

Add bitmasks.1.2.0

Kate 9016858c 4d55826e

Changed files
+28
packages
bitmasks
bitmasks.1.2.0
+28
packages/bitmasks/bitmasks.1.2.0/opam
···
+
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: [
+
[ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test}]
+
[ make "doc" ] {with-doc}
+
]
+
depends: [
+
"ocaml" {< "4.11.0"}
+
"dune"
+
"stdlib-shims"
+
"seq"
+
"odoc" {with-doc}
+
]
+
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."""
+
url {
+
src: "https://github.com/metastack/bitmasks/archive/v1.2.0.tar.gz"
+
checksum: "md5=63e842db085ec7a053ecee9e621a3f74"
+
}