this repo has no description
1opam-version: "2.0" 2synopsis: "Inotify bindings for OCaml" 3description: "Inotify bindings for OCaml" 4maintainer: ["whitequark <whitequark@whitequark.org>"] 5authors: ["whitequark <whitequark@whitequark.org>"] 6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 7homepage: "https://github.com/whitequark/ocaml-inotify" 8doc: "https://whitequark.github.io/ocaml-inotify" 9bug-reports: "https://github.com/whitequark/ocaml-inotify/issues" 10depends: [ 11 "dune" {>= "3.9"} 12 "base-unix" 13 "base-bytes" 14 "fileutils" {with-test & >= "0.4.4"} 15 "ounit2" {with-test & >= "2.0"} 16 "lwt" {with-test} 17 "ocaml" {>= "4.03"} 18 "odoc" {with-doc} 19] 20depopts: ["lwt"] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/whitequark/ocaml-inotify.git" 36available: os="linux" 37url { 38 src: 39 "https://github.com/whitequark/ocaml-inotify/releases/download/v2.6/inotify-2.6.tbz" 40 checksum: [ 41 "sha256=1d103e7dd32fddd0f1201b2d2f6c5b762548277bc173beef7b072f30ea89ccc4" 42 "sha512=660a44e3083f76f0342a6214ba9df4e18b42cc5da833cae3200345e5f0c5c353a3d67dace21ba00d3365d6866a82c90e5b732c9f8e3d9e38687239d6d0fe41f5" 43 ] 44} 45x-commit-hash: "f36de4316f8bc4c03dcfe0f5fec85205fa954601"