systemd-ml/dune-project

28 lines
672 B
Plaintext
Raw Permalink Normal View History

2024-09-24 08:23:56 +00:00
(lang dune 3.15)
2024-09-24 17:46:02 +00:00
(name systemd-ml)
2024-09-24 08:23:56 +00:00
(version 0.0.1)
(generate_opam_files true)
(package
2024-09-24 17:46:02 +00:00
(name systemd-ml)
2024-09-24 08:23:56 +00:00
(synopsis "libsystemd-like functionality for native ocaml")
(description "utilities for interacting with systemd when running as a service")
2024-09-24 17:51:40 +00:00
(license "LicenseRef-Proprietary")
2024-09-24 17:46:02 +00:00
(homepage "https://git.lain.faith/haskal/systemd-ml")
2024-09-24 08:23:56 +00:00
(authors "xenia <xenia@awoo.systems>")
2024-09-24 17:46:02 +00:00
(source (uri "https://git.lain.faith/haskal/systemd-ml.git"))
2024-09-24 08:23:56 +00:00
(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))))