opam-version: "1.2"
maintainer: "Juergen Hoetzel <juergen@archlinux.org>"
authors: "Juergen Hoetzel <juergen@archlinux.org>"
homepage: "https://github.com/juergenhoetzel/ocaml-systemd/"
bug-reports: "https://github.com/mirage/mirage/issues/"
license: "LGPL-3 with OCaml linking exception"
dev-repo: "https://github.com/juergenhoetzel/ocaml-systemd.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  [make "all"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "systemd"]
depends: [
  "ocamlbuild" {build}
  "ocamlfind" {build}
]
depexts: [
  [["centos"] ["systemd-devel"]]
  [["debian"] ["libsystemd-dev"]]
  [["fedora"] ["systemd-devel"]]
  [["ubuntu"] ["libsystemd-dev"]]
]
