Compare commits

..

1 commit

Author SHA1 Message Date
Simon Cruanes
43df0f68d6
prepare for 0.1
Some checks are pending
github pages / Deploy doc (push) Waiting to run
Build and Test / build (push) Waiting to run
Build and Test / format (push) Waiting to run
2025-05-08 15:05:39 -04:00

View file

@ -1,7 +1,6 @@
(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))