this repo has no description
1opam-version: "2.0"
2maintainer: "Vincent Jacques <vincent@vincent-jacques.net>"
3homepage: "http://www.pango.org/"
4authors: [
5 "Owen Taylor"
6 "Behdad Esfahbod"
7]
8license: "LGPL-2.0-or-later"
9build: ["pkg-config" "--exists" "pango"]
10depends: [
11 "conf-pkg-config" {build}
12]
13depexts: [
14 ["libpango1.0-dev"] {os-family = "debian" | os-family = "ubuntu"}
15 ["pango-devel"] {os-distribution = "fedora"}
16 ["pango-devel"] {os-distribution = "rhel"}
17 ["pango-devel"] {os-distribution = "centos"}
18 ["pango-devel"] {os-family = "suse" | os-family = "opensuse"}
19 ["pango-dev"] {os-distribution = "alpine"}
20 ["pango"] {os-distribution = "arch"}
21 ["pango-devel"] {os-distribution = "ol"}
22 ["pango"] {os = "freebsd"}
23 ["pango"] {os = "macos" & os-distribution = "homebrew"}
24 ["pango1.0"] {os = "win32" & os-distribution = "cygwinports"}
25]
26synopsis: "Virtual package relying on a Pango system installation"
27description:
28 "This package can only install if the Pango lib is installed on the system."
29bug-reports: "https://github.com/ocaml/opam-repository/issues"
30flags: conf