mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 03:05:32 -05:00
8 lines
228 B
Text
8 lines
228 B
Text
(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))
|