this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] kqueue (0.4.0)

CHANGES:

* Use conditional compilation to avoid using NOTE_OOB, NOTE_SIGNAL on FreeBSD (anuragsoni/kqueue-ml#18, @DavidAlphaFox)
* Disable EVFILT_EXCEPT on OpenBSD (anuragsoni/kqueue-ml#18, @DavidAlphaFox)

+45
+45
packages/kqueue/kqueue.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings for kqueue event notification interface" 3 + maintainer: ["Anurag Soni <anurag@sonianurag.com>"] 4 + authors: ["Anurag Soni"] 5 + license: "BSD-3-clause" 6 + tags: ["kqueue"] 7 + homepage: "https://github.com/anuragsoni/kqueue-ml" 8 + doc: "https://anuragsoni.github.io/kqueue-ml" 9 + bug-reports: "https://github.com/anuragsoni/kqueue-ml/issues" 10 + depends: [ 11 + "dune" {>= "2.9"} 12 + "ppx_optcomp" 13 + "ppx_expect" {with-test} 14 + "ocaml" {>= "4.12"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 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 + ] 33 + dev-repo: "git+https://github.com/anuragsoni/kqueue-ml.git" 34 + conflicts: [ 35 + "ppxlib" {< "0.14.0"} 36 + ] 37 + url { 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 + } 45 + x-commit-hash: "f1011c42e8944eaadcdc0562e7d3a3d6bd2b7091"