this repo has no description
1opam-version: "2.0"
2maintainer: "Marek Kubica <marek@xivilization.net>"
3bug-reports: "https://github.com/ocaml/opam-repository/issues"
4authors: ["Brian Paul"]
5homepage: "https://mesa3d.org/"
6license: "SGI-B-2.0"
7build: [
8 ["pkg-config" "--exists" "glu"] {os-distribution != "ubuntu"}
9]
10depends: [
11 "conf-pkg-config" {build & os-distribution != "ubuntu"}
12]
13depexts: [
14 ["libglu1-mesa-dev"] {os-family = "debian" | os-family = "ubuntu"}
15 ["mesa-libGLU-devel"] {os-distribution = "fedora" | os-distribution = "ol"}
16 ["glu-devel"] {os-family = "suse" | os-family = "opensuse"}
17 ["glu"] {os-family = "arch"}
18 ["glu-dev"] {os-distribution = "alpine"}
19 ["libGLU"] {os = "freebsd"}
20]
21synopsis: "Virtual package relying on a libGLU system installation"
22flags: conf