this repo has no description
1opam-version: "2.0"
2maintainer: "pietro.abate@pps.jussieu.fr"
3build: [
4 [make "all"]
5 [make "opt"]
6]
7remove: [[make "uninstall"]]
8depends: [
9 "ocaml"
10 "ocamlfind"
11 "ocamlbuild" {build}
12]
13depexts: [
14 ["libbdd-dev"] {os-family = "debian"}
15]
16dev-repo: "git+https://github.com/abate/ocaml-buddy"
17install: [make "install"]
18synopsis: "Bindings for the Buddy BDD library."
19url {
20 src: "https://github.com/abate/ocaml-buddy/archive/0.6.1.tar.gz"
21 checksum: [
22 "sha256=bdfca344e36f8f6b011825eb876a2db74b74696fc3f53ba8b945de632d7f4078"
23 "md5=23b5d83b2341d34045378428f8e0758e"
24 ]
25}