this repo has no description
0
fork

Configure Feed

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

Add a PATH hint to users upon install failure

+4
+4
packages/conf-openjdk/conf-openjdk.1/opam
··· 15 15 ["openjdk"] {os-distribution = "freebsd"} 16 16 ["openjdk"] {os-distribution = "homebrew" & os = "macos"} 17 17 ] 18 + post-messages: [ 19 + "Please ensure that the javac binary is installed and is available in PATH" 20 + {failure} 21 + ] 18 22 synopsis: "Virtual package relying on OpenJDK / Javac" 19 23 description: 20 24 "This package can only install if the javac binary is installed on the system."