opam-version: "1.2"
maintainer: "whitequark <whitequark@whitequark.org>"
authors: "whitequark <whitequark@whitequark.org>"
homepage: "https://github.com/whitequark/ocaml-inotify"
bug-reports: "https://github.com/whitequark/ocaml-inotify/issues"
license: "LGPL-2.1"
doc: "http://whitequark.github.io/ocaml-inotify"
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: [
  "base-unix"
  "base-bytes"
  "ocamlfind" {build}
  "fileutils" {test}
  "ocamlbuild" {build}
]
depopts: "lwt"
available: [os = "linux"]
