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" {>= "2.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 "--promote-install-files=false" 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35 ["dune" "install" "-p" name "--create-install-files" name] 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.5/inotify-2.5.tbz" 42 checksum: [ 43 "sha256=829aec332ccb46f61876b23c38059afcf7802516d3697c1aa15e1916be72114b" 44 "sha512=3dea21ae119cb9c524e9b4a2d3b324d8d46df41bda57c32b11563802646ac2be37b76f629f0c5fd8fc3635684feea8f1abaf7d4efd8b2b5c3618a5d935aa94b1" 45 ] 46} 47x-commit-hash: "5e5853680c2b2e41091c1ed030eef9ab008203bb"