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/67f9d3ae5a87ccee362d0d15174e00b466149388/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.03.tar.gz"
33 checksum: [
34 "sha256=20a819d0bcc563d105aa2187a05d7dbad49690271593faa80ddd049499c742e6"
35 "md5=4de02e969784c4fc2ebdd009a86a0f9d"
36 ]
37}