this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml bindings for kqueue event notification interface"
3maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
4authors: ["Anurag Soni"]
5license: "BSD-3-clause"
6tags: ["kqueue"]
7homepage: "https://github.com/anuragsoni/kqueue-ml"
8doc: "https://anuragsoni.github.io/kqueue-ml"
9bug-reports: "https://github.com/anuragsoni/kqueue-ml/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "ppx_optcomp"
13 "ppx_expect" {with-test}
14 "ocaml" {>= "4.12"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "--promote-install-files=false"
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31 ["dune" "install" "-p" name "--create-install-files" name]
32]
33dev-repo: "git+https://github.com/anuragsoni/kqueue-ml.git"
34conflicts: [
35 "ppxlib" {< "0.14.0"}
36]
37url {
38 src:
39 "https://github.com/anuragsoni/kqueue-ml/releases/download/0.4.0/kqueue-0.4.0.tbz"
40 checksum: [
41 "sha256=7c91e1980a74105cd1f491fdddaf841f2d5abb048129957f5dc0502c279d24b7"
42 "sha512=e3ddea1744713aebb980745381b0cbc86365ba0ae022ba38714199928cb6df06ee2cdb1bb928bf0100b6aaf8839b0ffce71f284962e4275cabc5cd645b5324bc"
43 ]
44}
45x-commit-hash: "f1011c42e8944eaadcdc0562e7d3a3d6bd2b7091"