package bitmasks

  1. Overview
  2. No Docs
BitMasks over int and int64 exposed as sets

Install

Dune Dependency

Authors

Maintainers

Sources

bitmasks-1.0.0.tar.gz
md5=5f3e3092eac1a535db3f9996e10b4b45

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.

Published: 20 Mar 2014

Dependencies (4)

  1. ocamlbuild build
  2. oasis build
  3. ocamlfind build
  4. ocaml >= "3.12.0" & < "4.04.0"

Dev Dependencies

None

Used by

None

Conflicts

None