systemd-ml/systemd-ml.opam

39 lines
853 B
Plaintext
Raw Normal View History

2024-09-24 08:23:56 +00:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.0.1"
synopsis: "libsystemd-like functionality for native ocaml"
description:
"utilities for interacting with systemd when running as a service"
authors: ["xenia <xenia@awoo.systems>"]
license: "unfree"
tags: ["meow"]
2024-09-24 17:46:02 +00:00
homepage: "https://git.lain.faith/haskal/systemd-ml"
2024-09-24 08:23:56 +00:00
depends: [
"ocaml"
"dune" {>= "3.15"}
"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"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
2024-09-24 17:46:02 +00:00
dev-repo: "https://git.lain.faith/haskal/systemd-ml.git"