this repo has no description
1opam-version: "2.0"
2maintainer: "filliatr@lri.fr"
3authors: "Jean-Christophe Filliâtre"
4license: "LGPL-2.1-only"
5synopsis: "A bit vector library for OCaml"
6description: "A bit vector library for OCaml"
7homepage: "https://github.com/backtracking/bitv"
8bug-reports: "https://github.com/backtracking/bitv/issues"
9doc: "https://backtracking.github.io/bitv"
10depends: [
11 "ocaml"
12 "dune" {>= "2.0.0"}
13]
14build: [
15 ["dune" "subst"] {dev}
16 ["dune" "build" "-p" name "-j" jobs]
17 ["dune" "runtest" "-p" name] {with-test}
18]
19dev-repo: "git+https://github.com/backtracking/bitv.git"
20x-commit-hash: "2bf4f445d5936d06c966e33cec03d99ce3d813e3"
21url {
22 src:
23 "https://github.com/backtracking/bitv/releases/download/1.5/bitv-1.5.tbz"
24 checksum: [
25 "sha256=17f57fa726dcb92f146442884e2a69f3e5515fc1fd7318f0eee920cf65bfc64c"
26 "sha512=b04b145983e675ed6f5be7ed11017abc2e2188e81df26ac3d77922898db06a9c9540269da055fc49cc5b9f015b85a719156e1ec5997b31f0f775ae5bf7178081"
27 ]
28}