opam-version: "2.0" maintainer: "Juergen Hoetzel " authors: "Juergen Hoetzel " homepage: "https://github.com/juergenhoetzel/ocaml-systemd/" bug-reports: "https://github.com/juergenhoetzel/ocaml-systemd/issues/" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/juergenhoetzel/ocaml-systemd.git" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] [make "all"] ] install: [make "install"] remove: ["ocamlfind" "remove" "systemd"] depends: [ "ocaml" {>= "4.02.0" & < "5.0.0"} "ocamlfind" "ocamlbuild" {build} ] depexts: [ ["libsystemd-dev"] {os-family = "debian"} ["systemd-devel"] {os-distribution = "centos"} ] synopsis: "OCaml module for native access to the systemd facilities" description: """ * Logging to the Journal * Socket activation * Watchdog * Notifications""" flags: light-uninstall url { src: "https://github.com/juergenhoetzel/ocaml-systemd/archive/1.1.tar.gz" checksum: [ "sha256=9462f1ee3d78dfe7e4cd1e0a344a73efcbd35286921a12a31116929fea73f96e" "md5=4179c7a16571a5495e92a5b36791aa12" ] }