this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

`oraclelinux` -> `ol`

Again thanks to @jmid for help with the investigation!

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