mirror of
https://github.com/c-cube/nanoev.git
synced 2026-01-21 17:26:41 -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))))
|