opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
authors: ["David Sheets" "Thomas Gazagnaire"]
homepage: "https://github.com/dsheets/ocaml-osx-fsevents"
bug-reports: "https://github.com/dsheets/ocaml-osx-fsevents/issues"
license: "ISC"
dev-repo: "git+https://github.com/dsheets/ocaml-osx-fsevents.git"
build: [make "build"]
install: [make "install"]
remove: [make "uninstall"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "alcotest" {with-test}
  "ctypes" {>= "0.4.0" & < "0.6.0"}
  "osx-cf"
  "cmdliner"
]
depopts: "lwt"
available: os = "macos"
synopsis: "OS X FSevents bindings"
description:
  "osx-fsevents includes event stream resumption and an optional lwt sublibrary."
url {
  src: "https://github.com/dsheets/ocaml-osx-fsevents/archive/0.1.0.tar.gz"
  checksum: "md5=824508e335a59481521feae653915dd6"
}
