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] 17conflicts: [ 18 "ppxlib" {< "0.14.0"} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "--promote-install-files=false" 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34 ["dune" "install" "-p" name "--create-install-files" name] 35] 36dev-repo: "git+https://github.com/anuragsoni/kqueue-ml.git" 37url { 38 src: 39 "https://github.com/anuragsoni/kqueue-ml/releases/download/0.2.0/kqueue-0.2.0.tbz" 40 checksum: [ 41 "sha256=6f2fff9c0996c49377a552ae7b4bc573e5a80ec6a16855d18987b738e15eecd1" 42 "sha512=89052481b225648f90f5cee77f1462c3d86c5d951c8aeaf16004e2390684477c5b572664399ae97476eff3c86448a6ccfb339159f38dc58a378df87fca23df53" 43 ] 44} 45x-commit-hash: "f1f229fef735d79c0e3cd719a2c79c43ee9edb77"