Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuragsoni/kqueue-ml
OCaml bindings to kqueue
https://github.com/anuragsoni/kqueue-ml
kqueue ocaml
Last synced: 3 months ago
JSON representation
OCaml bindings to kqueue
- Host: GitHub
- URL: https://github.com/anuragsoni/kqueue-ml
- Owner: anuragsoni
- License: bsd-3-clause
- Created: 2020-08-16T17:13:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T04:48:34.000Z (11 months ago)
- Last Synced: 2024-02-16T05:33:50.479Z (11 months ago)
- Topics: kqueue, ocaml
- Language: OCaml
- Homepage: https://anuragsoni.github.io/kqueue-ml/kqueue/Kqueue/index.html
- Size: 106 KB
- Stars: 20
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Kqueue
Low level OCaml bindings for [kqueue](https://en.wikipedia.org/wiki/Kqueue).
### Documentation
Kqueue-ml's api is a minimal wrapper around kqueue so it is recommended to consult with kqueue manpages for freebsd, openbsd, netbsd, macOS for reference.
**Caveat**: This is mostly tested on macOS. Please open issues for any problems noticed on other BSD systems.