this repo has no description
1opam-version: "2.0" 2synopsis: "Inotify backend for eio" 3description: "Inotify backend for eio" 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 "inotify" {= version} 15 "fileutils" {with-test & >= "0.4.4"} 16 "ounit2" {with-test & >= "2.0"} 17 "ocaml" {>= "5.0"} 18 "odoc" {with-doc} 19 "eio" 20 "eio_main" {with-test} 21 "iomux" {>= "0.3"} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/whitequark/ocaml-inotify.git" 38available: os="linux" 39url { 40 src: 41 "https://github.com/whitequark/ocaml-inotify/releases/download/v2.6/inotify-2.6.tbz" 42 checksum: [ 43 "sha256=1d103e7dd32fddd0f1201b2d2f6c5b762548277bc173beef7b072f30ea89ccc4" 44 "sha512=660a44e3083f76f0342a6214ba9df4e18b42cc5da833cae3200345e5f0c5c353a3d67dace21ba00d3365d6866a82c90e5b732c9f8e3d9e38687239d6d0fe41f5" 45 ] 46} 47x-commit-hash: "f36de4316f8bc4c03dcfe0f5fec85205fa954601"