this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Inotify bindings for OCaml"
4description: "Inotify bindings for OCaml"
5maintainer: ["whitequark <whitequark@whitequark.org>"]
6authors: ["whitequark <whitequark@whitequark.org>"]
7license: "LGPL-2.1"
8homepage: "https://github.com/whitequark/ocaml-inotify"
9doc: "https://whitequark.github.io/ocaml-inotify"
10bug-reports: "https://github.com/whitequark/ocaml-inotify/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "base-unix"
14 "base-bytes"
15 "fileutils" {with-test & >= "0.4.4"}
16 "ounit2" {with-test & >= "2.0"}
17 "lwt" {with-test}
18 "ocaml" {>= "4.03"}
19 "odoc" {with-doc}
20]
21depopts: ["lwt"]
22available: os = "linux"
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "--promote-install-files=false"
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37 ["dune" "install" "-p" name "--create-install-files" name]
38]
39dev-repo: "git+https://github.com/whitequark/ocaml-inotify.git"
40url {
41 src: "https://github.com/whitequark/ocaml-inotify/archive/v2.4.tar.gz"
42 checksum: [
43 "md5=6f8c4363528ab10b31f66d18ce095ac1"
44 "sha512=d164ab997517008671fdd60ab219cf1539f75928334838f416e31799a2c5198a97eb9d795225c3bb40cc41ac8431022c26b7c8b78ad2d45673158a5e2e554997"
45 ]
46}