this repo has no description
0
fork

Configure Feed

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

conf-openjdk: add Ubuntu-family support

+1 -1
+1 -1
packages/conf-openjdk/conf-openjdk.1/opam
··· 6 6 license: "GPLv2 with linking exception" 7 7 build: ["javac" "-version"] 8 8 depexts: [ 9 - ["default-jdk"] {os-family = "debian"} 9 + ["default-jdk"] {os-family = "debian" | os-family = "ubuntu"} 10 10 ["java-latest-openjdk-devel"] {os-distribution = "fedora"} 11 11 ["java-latest-openjdk-devel"] {os-distribution = "rhel"} 12 12 ["java-latest-openjdk-devel"] {os-distribution = "ol"}