39 lines
869 B
Plaintext
39 lines
869 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "0.1.0"
|
|
synopsis: "libsystemd-like functionality for native ocaml"
|
|
description:
|
|
"utilities for interacting with systemd when running as a service"
|
|
authors: ["xenia <xenia@awoo.systems>"]
|
|
license: "LicenseRef-Proprietary"
|
|
tags: ["meow"]
|
|
homepage: "https://git.lain.faith/haskal/systemd-ml"
|
|
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}
|
|
]
|
|
]
|
|
dev-repo: "https://git.lain.faith/haskal/systemd-ml.git"
|