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-only WITH OCaml-LGPL-linking-exception"
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.1.tar.gz"
42 checksum: [
43 "md5=5bb1c5754d305acf9c1f10611f49aae2"
44 "sha512=3e114ee0e8b5b9c7c996df0d2cd8f03e0efdfb9837c1990f98c256868c0e2ad275f91be1adcfbbbcf1bdab801f18e82efa483510d2566e0d12cb303dfc91e4e5"
45 ]
46}