format
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

This commit is contained in:
Simon Cruanes 2025-05-12 10:18:13 -04:00
parent 01efbd5b22
commit d72a1c5d90
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

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