this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "http://openjdk.java.net/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "OpenJDK and Java Community" 6license: "GPLv2 with linking exception" 7build: ["javac" "-version"] 8depexts: [ 9 ["default-jdk"] {os-family = "debian" | os-family = "ubuntu"} 10 ["java-latest-openjdk-devel"] {os-distribution = "fedora"} 11 ["java-latest-openjdk-devel"] {os-distribution = "rhel"} 12 ["java-latest-openjdk-devel"] {os-distribution = "ol"} 13 ["java-latest-openjdk-devel"] {os-distribution = "centos"} 14 ["jdk-openjdk"] {os-distribution = "arch"} 15 ["openjdk"] {os-distribution = "homebrew" & os = "macos"} 16] 17x-ci-accept-failures: [ 18 # requires the user to install a specific openjdk version 19 "freebsd" 20 # these fail CI as PATH does not include javac 21 "alpine-3.20" 22 "opensuse-15.6" 23 "opensuse-tumbleweed" 24 "macos-homebrew" 25 # x86_32 is debian-12-ocaml-4.14/i386 26 "debian-12" 27] 28post-messages: [ 29 "Please ensure that the javac binary is installed and is available in PATH" 30 {failure} 31 """ 32 You may need to first install a version of openjdk, e.g., openjdk19""" 33 {failure & os-distribution = "freebsd"} 34] 35synopsis: "Virtual package relying on OpenJDK / Javac" 36description: 37 "This package can only install if the javac binary is installed on the system." 38flags: conf