this repo has no description

Merge pull request #22263 from kandu/fswatch_async

Package: fswatch_async.11-0.1.2

Changed files
+24
packages
fswatch_async
fswatch_async.11-0.1.2
+24
packages/fswatch_async/fswatch_async.11-0.1.2/opam
···
+
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+https://github.com/kandu/ocaml-fswatch"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
]
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"fswatch"
+
"async_unix" {>= "v0.11.0"}
+
"dune" {>= "1.4"}
+
]
+
+
synopsis: "JaneStreet Async extension for fswatch"
+
+
url {
+
src: "https://github.com/kandu/ocaml-fswatch/archive/11-0.1.2.tar.gz"
+
checksum: "md5=e9d8f9ec267a7a0e46d6e1499b6029c8"
+
}
+