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 87cccb1 commit a86dce3Copy full SHA for a86dce3
packages/conf-gnuplot/conf-gnuplot.0.1/opam
@@ -5,9 +5,8 @@ authors: "http://www.gnuplot.info/faq/faq.html"
5
bug-reports: "https://github.com/ocaml/opam-repository/issues"
6
license: "gnuplot"
7
build: [
8
- "gnuplot" "--version" { !(os = "win32" & os-distribution = "cygwin") }
9
- "gnuplot-base.exe" "--version" {os = "win32" & os-distribution = "cygwin"}
10
-]
+ ["gnuplot" "--version"] { !(os = "win32" & os-distribution = "cygwin") }
+ ["gnuplot-base.exe" "--version"] {os = "win32" & os-distribution = "cygwin"}]
11
depexts: [
12
["gnuplot-x11"] {os-family = "debian"}
13
["gnuplot-x11"] {os-family = "ubuntu"}
0 commit comments