this repo has no description
1opam-version: "2.0"
2maintainer: "simon.beaumont@citrix.com"
3authors: "Si Beaumont"
4homepage: "https://github.com/simonjbeaumont/ocaml-flock"
5bug-reports: "https://github.com/simonjbeaumont/ocaml-flock/issues"
6dev-repo: "git+https://github.com/simonjbeaumont/ocaml-flock.git"
7build: [
8 ["./configure"]
9 [make]
10 ["./configure" "--enable-tests"] {with-test}
11 [make "test"] {with-test}
12]
13install: [make "install"]
14remove: [
15 ["ocamlfind" "remove" "flock"]
16 ["ocamlfind" "remove" "flock_bindings"]
17]
18depends: [
19 "ocaml" {>= "4.01.0"}
20 "ctypes" {>= "0.4.0" & < "0.18.0"}
21 "ctypes-foreign" {>= "0.4.0"}
22 "ocamlfind" {build}
23 "oasis" {build}
24 "ounit" {with-test}
25 "ocamlbuild" {build}
26]
27available: os = "linux"
28synopsis: "Ctypes bindings to flock for OCaml"
29flags: light-uninstall
30url {
31 src:
32 "https://github.com/simonjbeaumont/ocaml-flock/archive/v1.0.0/ocaml-flock-v1.0.0.tar.gz"
33 checksum: [
34 "sha256=07484e86ccd3bdbec30accca0cb6d406f9dfaad4618076a7e13f615c4bc4bf96"
35 "md5=36e19ef9f9875decb4d8dd1f16d56324"
36 ]
37}