this repo has no description
1opam-version: "2.0"
2maintainer: "armael@isomorphis.me"
3homepage: "https://github.com/systemd/systemd"
4doc: "https://www.freedesktop.org/software/systemd/man/libudev.html"
5bug-reports: "https://github.com/systemd/systemd/issues"
6dev-repo: "git+https://github.com/systemd/systemd.git"
7authors: [ "Kay Sievers" "Tom Gundersen" ]
8available: [ os = "linux" ]
9depends: ["conf-pkg-config" {build}]
10build: [
11 ["pkg-config" "libudev"]
12]
13depexts: [
14 ["libudev-dev"] {os-family = "debian" | os-family = "ubuntu"}
15 ["eudev-dev"] {os-distribution = "alpine"}
16 ["systemd-devel"] {os-distribution = "centos"}
17 ["systemd-devel"] {os-distribution = "fedora"}
18 ["systemd-devel"] {os-family = "suse" | os-family = "opensuse"}
19 ["systemd-devel"] {os-distribution = "ol"}
20]
21post-messages: [
22 "This package requires libudev development packages installed on your system" {failure}
23]
24synopsis: "Virtual package relying on a libudev system installation"
25description:
26 "This package can only install if libudev is installed on the system."
27flags: conf