v0.4 (2025-09-17)
- Clamp max open files to 2^19, as macOS sometimes returns 2^32-1 (#7 @avsm).
- Upgrade to dune 3.19 and move to ocaml-multicore organisation (@avsm).
v0.3 (2023-03-10)
- Round timeouts up, not down in Poll.poll (spotted by @talex5)
- Properly guard negative indexes (spotted by @talex5)
- Use half the maximum fds for the leak test (@haesbaert)
v0.2 (2023-02-27)
- Narrowed the type of
Util.fd_of_unix (@reynir) - Use older school uerror instead of
caml_uerror (@reynir) - Added
c_standard to dune build flags (@reynir) - Addded ppoll(2) discoverability and a mini compat layer (@haesbaert)
- Improved tests (@haesbaert)
- Re-added macos support (@haesbaert)
v0.1 (2023-02-17)