this repo has no description

`oraclelinux` -> `ol`

Again thanks to @jmid for help with the investigation!

Changed files
+9 -9
packages
conf-freeglut
conf-freeglut.1
conf-libgl
conf-libgl.1
conf-libglu
conf-libglu.1
+3 -3
packages/conf-freeglut/conf-freeglut.1/opam
···
license: "X11"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
build: [
-
["pkg-config" "--exists" "glut"] {os-distribution != "debian" & os-distribution != "ubuntu" & os-distribution != "oraclelinux"}
+
["pkg-config" "--exists" "glut"] {os-distribution != "debian" & os-distribution != "ubuntu" & os-distribution != "ol"}
]
depends: [
-
"conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ubuntu" & os-distribution != "oraclelinux"}
+
"conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ubuntu" & os-distribution != "ol"}
]
depexts: [
["freeglut3-dev"] {os-family = "debian" | os-family = "ubuntu"}
["freeglut-dev"] {os-distribution = "alpine"}
-
["freeglut-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "oraclelinux"}
+
["freeglut-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "ol"}
["freeglut-devel"] {os-family = "suse" | os-family = "opensuse"}
["freeglut"] {os-family = "arch"}
["freeglut"] {os = "freebsd"}
+3 -3
packages/conf-libgl/conf-libgl.1/opam
···
homepage: "https://www.khronos.org/opengl"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
build: [
-
["pkg-config" "--exists" "gl"] {os-distribution != "debian" & os-distribution != "oraclelinux"}
+
["pkg-config" "--exists" "gl"] {os-distribution != "debian" & os-distribution != "ol"}
]
depends: [
-
"conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "oraclelinux"}
+
"conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ol"}
]
depexts: [
["mesa-common-dev"] {os-family = "debian" | os-family = "ubuntu"}
-
["mesa-libGL-devel"] {os-distribution = "fedora" | os-distribution = "oraclelinux"}
+
["mesa-libGL-devel"] {os-distribution = "fedora" | os-distribution = "ol"}
["Mesa-libGL-devel"] {os-family = "suse" | os-family = "opensuse"}
["mesa-dev"] {os-distribution = "alpine"}
["libgl"] {os-family = "arch"}
+3 -3
packages/conf-libglu/conf-libglu.1/opam
···
homepage: "https://mesa3d.org/"
license: "SGI-B-2.0"
build: [
-
["pkg-config" "--exists" "glu"] {os-distribution != "ubuntu" & os-distribution != "oraclelinux"}
+
["pkg-config" "--exists" "glu"] {os-distribution != "ubuntu" & os-distribution != "ol"}
]
depends: [
-
"conf-pkg-config" {build & os-distribution != "ubuntu" & os-distribution != "oraclelinux"}
+
"conf-pkg-config" {build & os-distribution != "ubuntu" & os-distribution != "ol"}
]
depexts: [
["libglu1-mesa-dev"] {os-family = "debian" | os-family = "ubuntu"}
-
["mesa-libGLU-devel"] {os-distribution = "fedora" | os-distribution = "oraclelinux"}
+
["mesa-libGLU-devel"] {os-distribution = "fedora" | os-distribution = "ol"}
["glu-devel"] {os-family = "suse" | os-family = "opensuse"}
["glu"] {os-family = "arch"}
["glu-dev"] {os-distribution = "alpine"}