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.3.0/kqueue-0.3.0.tbz" 40 checksum: [ 41 "sha256=30a442c8deaaf5eb931201c8865746187f05c2e2db95660d1be4a208c5813fa6" 42 "sha512=0e88e62c411b803e80955547a6c3a7035104a59d0dff9b105d278a13480fd8b0eab64901d6f648656b2849b078dcbd3dd6726782f18b7f1fea85d30caa28096a" 43 ] 44} 45x-commit-hash: "dd9e92b2efd0c9d2a87917dd4b4c25bf95f87722"