We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3312b commit 5eb8cf5Copy full SHA for 5eb8cf5
packages/conf-gnuplot/conf-gnuplot.0.1/opam
@@ -16,7 +16,8 @@ depexts: [
16
["gnuplot"] {os-family = "suse" | os-family = "opensuse"}
17
["gnuplot"] {os-family = "arch"}
18
["gnuplot"] {os = "freebsd"}
19
- ["gnuplot"] {os = "win32" & os-distribution = "cygwinports"}
+ ["gnuplot-base"] {os = "win32" & os-distribution = "cygwin"}
20
+ ["mingw-w64-x86_64-gnuplot"] {os = "win32" & os-distribution = "msys2"}
21
["math/gnuplot"] {os = "openbsd"}
22
]
23
synopsis: "Virtual package relying on gnuplot installation"
0 commit comments