opam-version: "2.0"
maintainer: "zandoye@gmail.com"
authors: [ "ZAN DoYe" ]
homepage: "https://github.com/kandu/ocaml-fswatch/"
bug-reports: "https://github.com/kandu/ocaml-fswatch/issues"
license: "MIT"
dev-repo: "git://github.com/kandu/ocaml-fswatch"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.03.0"}
  "fswatch"
  "lwt"
  "dune" {>= "1.4"}
]

synopsis: "Lwt extension for fswatch"

url {
  src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.0.tar.gz"
  checksum: "a50f139299e64fe9b48a744675d0e2d5"
}
