mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-05 19:00:35 -05:00
10 lines
182 B
Text
10 lines
182 B
Text
(library
|
|
(name nanoev)
|
|
(public_name nanoev)
|
|
(synopsis "Nano ev loop")
|
|
(libraries unix
|
|
(select
|
|
trace_.ml
|
|
from
|
|
(trace.core -> trace_.real.ml)
|
|
(-> trace_.dummy.ml))))
|