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/master/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.04.tar.gz"
33 checksum: [
34 "sha256=a6370e58e55a347e71cbdc71fd3360c07a8ae9a1e8a5966c42d54f5af6bb6422"
35 "md5=267da55d09dfb78e7d56d65c227afc72"
36 ]
37}