Compare commits

..

2 commits

Author SHA1 Message Date
Simon Cruanes
01efbd5b22
prepare for 0.1
Some checks failed
github pages / Deploy doc (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / format (push) Has been cancelled
2025-05-09 12:42:39 -04:00
Simon Cruanes
57cecc55fc
mark nanoev posix as enabled only on unix systems 2025-05-09 12:42:39 -04:00

View file

@ -1,6 +1,7 @@
(library
(name nanoev_posix)
(public_name nanoev-posix)
(enabled_if (= %{os_type} "Unix"))
(synopsis "posix backend (poll/ppoll+mtime)")
(private_modules heap)
(libraries threads nanoev unix iomux mtime mtime.clock.os))