(lang dune 3.15) (name systemd) (version 0.0.1) (generate_opam_files true) (package (name systemd) (synopsis "libsystemd-like functionality for native ocaml") (description "utilities for interacting with systemd when running as a service") (license "unfree") (homepage "https://git.lain.faith/haskal/ocaml-systemd") (authors "xenia ") (source (uri "https://git.lain.faith/haskal/ocaml-systemd.git")) (tags (meow)) (depends ocaml dune (cstruct (>= 6.2.0)) (dune-configurator (>= 3.15.2)) (eio (>= 1.1)) (eio_linux (>= 1.1)) (eio_main (>= 1.1)) (ppx_unicode (>= 0.0.1)) (ptime (>= 1.1)) (xlog (>= 0.1.0))))