this repo has no description

Merge pull request #22536 from juergenhoetzel/ocaml-systemd-1.3

ocaml-systemd 1.3

Kate 56a03100 e166a449

Changed files
+33
packages
ocaml-systemd
ocaml-systemd.1.3
+33
packages/ocaml-systemd/ocaml-systemd.1.3/opam
···
+
opam-version: "2.0"
+
maintainer: "Juergen Hoetzel <juergen@archlinux.org>"
+
authors: "Juergen Hoetzel <juergen@archlinux.org>"
+
homepage: "https://github.com/juergenhoetzel/ocaml-systemd/"
+
bug-reports: "https://github.com/juergenhoetzel/ocaml-systemd/issues"
+
dev-repo: "git+https://github.com/juergenhoetzel/ocaml-systemd.git"
+
license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
+
+
build: ["dune" "build" "-p" "systemd" "-j" jobs]
+
install: ["dune" "install" "-p" "systemd" "systemd"]
+
+
depends: [
+
"ocaml"
+
"dune" {>= "2.0"}
+
]
+
depexts: [
+
["libsystemd-dev"] {os-family = "debian"}
+
["systemd-devel"] { os-family = "suse" | os-family = "opensuse" | os-family = "fedora"}
+
]
+
synopsis: "OCaml module for native access to the systemd facilities"
+
description: """
+
* Logging to the Journal
+
* Socket activation
+
* Watchdog
+
* Notifications"""
+
url {
+
src: "https://github.com/juergenhoetzel/ocaml-systemd/archive/1.3.tar.gz"
+
checksum: [
+
"sha256=717acee7f71bc04ff3bb53c0af1231bd5c8112d4f2c1830562d5087cf1d4b152"
+
"sha512=9e69281cee9e26ee96bf33dc7624c6866021b2f227214c0e1376c101c77b245ab52c1a044c0b7be87d7a20beea81bb69fb33df450c7311b8fec3a608e650d7c2"
+
]
+
}
+
available: [os = "linux" & os-family != "alpine" ]