2024-09-24 08:23:56 +00:00
|
|
|
(library
|
|
|
|
(name systemd)
|
2024-09-24 17:46:02 +00:00
|
|
|
(public_name systemd-ml)
|
2024-09-24 08:23:56 +00:00
|
|
|
(preprocess (pps ppx_unicode))
|
|
|
|
(libraries cstruct eio eio_linux unix)
|
|
|
|
(foreign_stubs
|
|
|
|
(language c)
|
|
|
|
(names "systemd_stubs")
|
|
|
|
(flags (:include c_flags.sexp))))
|
|
|
|
|
|
|
|
(rule
|
|
|
|
(targets c_flags.sexp)
|
|
|
|
(action (run ./config/discover.exe)))
|