this repo has no description
1opam-version: "2.0" 2maintainer: "Florent Monnier <monnier.florent@gmail.com>" 3 4homepage: "https://github.com/fccm/ocaml-funfields" 5dev-repo: "git+https://github.com/fccm/ocaml-funfields.git" 6bug-reports: "https://github.com/fccm/ocaml-funfields/issues" 7doc: "https://github.com/fccm/ocaml-funfields/blob/c906870c89a6099c82b7f56534b84c7a1d2057cf/src/bits.mli" 8 9authors: ["Florent Monnier"] 10license: "restrictionless Zlib" 11synopsis: "Functional bit field library" 12tags: [ "bit-field" "bits" "functional" ] 13description: """ 14The bit sequences are immutable and of arbitrary-length. 15""" 16 17build: [ 18 [make] 19] 20install: [ 21 [make "findinstall"] 22] 23depends: [ 24 "ocaml" 25 "ocamlfind" {build} 26] 27run-test: [ 28 [make "test" "LIB_DIR=../src"] 29] 30 31url { 32 src: "https://github.com/fccm/ocaml-funfields/archive/v0.02.tar.gz" 33 checksum: [ 34 "sha256=8b2fb9c50c886865c5122ac928006dd2fd6aaf8921313402692988a38f4090ee" 35 "md5=fb8b1cb317e0deb57bc954ed1afa90a8" 36 ] 37}