opam-version: "2.0"
maintainer: "whitequark <whitequark@whitequark.org>"
authors: [ "whitequark <whitequark@whitequark.org>" ]
license: "LGPL-2.1"
homepage: "https://github.com/whitequark/ocaml-inotify"
doc: "http://whitequark.github.io/ocaml-inotify"
bug-reports: "https://github.com/whitequark/ocaml-inotify/issues"
dev-repo: "git://github.com/whitequark/ocaml-inotify.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--%{lwt:enable}%-lwt" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
install: [
  ["ocaml" "setup.ml" "-install"]
]
remove: [
  ["ocamlfind" "remove" "inotify"]
]
depends: [
  "ocaml"
  "base-unix"
  "base-bytes"
  "ocamlfind" {build}
  "fileutils" {with-test}
  "ocamlbuild" {build}
]
depopts: ["lwt"]
available: [os = "linux"]
synopsis: "Inotify bindings for ocaml."
flags: light-uninstall
url {
  src: "https://github.com/whitequark/ocaml-inotify/archive/v2.3.tar.gz"
  checksum: "md5=6a87be14f62e4417562a401bb448ed7b"
}
