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)))
|
2024-02-01 19:33:34 +00:00
|
|
|
|
|
|
|
(rule
|
|
|
|
(package talircd)
|
|
|
|
(target "meta_server_info.ml")
|
|
|
|
(action
|
|
|
|
(with-stdout-to %{target}
|
|
|
|
(echo "let version = \"%{version:talircd}\";;"))))
|