this repo has no description

Merge pull request #19193 from dra27/bitmasks-1.4.0

Add bitmasks.1.4.0

Kate 656499e7 45db64cf

Changed files
+31
packages
bitmasks
bitmasks.1.4.0
+31
packages/bitmasks/bitmasks.1.4.0/opam
···
···
+
opam-version: "2.0"
+
maintainer: "david.allsopp@metastack.com"
+
authors: [ "David Allsopp" ]
+
license: "BSD-3-clause"
+
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"
+
"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.4.0.tar.gz"
+
checksum: [
+
"md5=ca4039c557d165d61845a44baa3119c0"
+
"sha512=3aa006f8416c5fb38142ccf5fc5af85cb827da83fb83dd5b879988797af70701dd466a936b500f9a17dbf5b092de6fecf3b1f91def38d547612c1e95cb606339"
+
]
+
}