this repo has no description
1opam-version: "2.0"
2maintainer: "zandoye@gmail.com"
3authors: [ "ZAN DoYe" ]
4homepage: "https://github.com/kandu/ocaml-fswatch/"
5bug-reports: "https://github.com/kandu/ocaml-fswatch/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/kandu/ocaml-fswatch"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.03.0"}
13 "fswatch"
14 "async_unix" {>= "v0.11.0"}
15 "dune" {>= "1.4"}
16]
17
18synopsis: "JaneStreet Async extension for fswatch"
19
20url {
21 src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.2.tar.gz"
22 checksum: [
23 "sha256=1254ee906a57c057937e5fcc306c5da92d6691f7cc435765b1c857005788f9e1"
24 "md5=e9d8f9ec267a7a0e46d6e1499b6029c8"
25 ]
26}
27