opam-version: "2.0" maintainer: "Florent Monnier " homepage: "https://github.com/fccm/ocaml-funfields" dev-repo: "git+https://github.com/fccm/ocaml-funfields.git" bug-reports: "https://github.com/fccm/ocaml-funfields/issues" doc: "https://github.com/fccm/ocaml-funfields/blob/master/src/bits.mli" authors: ["Florent Monnier"] license: "restrictionless Zlib" synopsis: "Functional bit field library" tags: [ "bit-field" "bits" "functional" ] description: """ The bit sequences are immutable and of arbitrary-length. """ build: [ [make] ] install: [ [make "findinstall"] ] depends: [ "ocaml" "ocamlfind" {build} ] run-test: [ [make "test" "LIB_DIR=../src"] ] url { src: "https://github.com/fccm/ocaml-funfields/archive/v0.04.tar.gz" checksum: [ "sha256=a6370e58e55a347e71cbdc71fd3360c07a8ae9a1e8a5966c42d54f5af6bb6422" "md5=267da55d09dfb78e7d56d65c227afc72" ] }