this repo has no description
1opam-version: "2.0"
2maintainer: "Juergen Hoetzel <juergen@archlinux.org>"
3authors: "Juergen Hoetzel <juergen@archlinux.org>"
4homepage: "https://github.com/juergenhoetzel/ocaml-systemd/"
5bug-reports: "https://github.com/juergenhoetzel/ocaml-systemd/issues/"
6license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
7dev-repo: "git+https://github.com/juergenhoetzel/ocaml-systemd.git"
8build: [
9 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
10 [make "all"]
11]
12install: [make "install"]
13remove: ["ocamlfind" "remove" "systemd"]
14depends: [
15 "ocaml" {>= "4.02.0" & < "5.0.0"}
16 "ocamlfind"
17 "ocamlbuild" {build}
18]
19depexts: [
20 ["libsystemd-dev"] {os-family = "debian"}
21 ["systemd-devel"] {os-distribution = "centos"}
22]
23synopsis: "OCaml module for native access to the systemd facilities"
24description: """
25* Logging to the Journal
26* Socket activation
27* Watchdog
28* Notifications"""
29flags: light-uninstall
30url {
31 src: "https://github.com/juergenhoetzel/ocaml-systemd/archive/1.1.tar.gz"
32 checksum: [
33 "sha256=9462f1ee3d78dfe7e4cd1e0a344a73efcbd35286921a12a31116929fea73f96e"
34 "md5=4179c7a16571a5495e92a5b36791aa12"
35 ]
36}