28 lines
672 B
Plaintext
28 lines
672 B
Plaintext
(lang dune 3.15)
|
|
|
|
(name systemd-ml)
|
|
(version 0.0.1)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(package
|
|
(name systemd-ml)
|
|
(synopsis "libsystemd-like functionality for native ocaml")
|
|
(description "utilities for interacting with systemd when running as a service")
|
|
(license "LicenseRef-Proprietary")
|
|
(homepage "https://git.lain.faith/haskal/systemd-ml")
|
|
(authors "xenia <xenia@awoo.systems>")
|
|
(source (uri "https://git.lain.faith/haskal/systemd-ml.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))))
|