2024-01-07 20:54:39 +00:00
|
|
|
(library
|
|
|
|
(package talircd)
|
2024-01-10 00:38:02 +00:00
|
|
|
(name server)
|
2024-01-07 20:54:39 +00:00
|
|
|
(libraries
|
2024-01-31 21:47:42 +00:00
|
|
|
lwt lwt.unix fmt ptime ptime.clock.os
|
2024-01-31 21:02:40 +00:00
|
|
|
logging irc data)
|
2024-01-31 00:12:57 +00:00
|
|
|
(inline_tests)
|
|
|
|
(preprocess (pps ppx_expect)))
|