this repo has no description

Apply suggestions from code review

Changed files
+3 -3
packages
owl-plplot
owl-plplot.1.1
+3 -3
packages/owl-plplot/owl-plplot.1.1/opam
···
synopsis: "Owl-Plplot: thin plotting layer for Owl based on plplot"
build: [
-
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml" {>= "4.10.0"}
-
"dune" {>= "2.0.0"}
-
"owl" {>= "1.0"}
"plplot"
]
url {
···
synopsis: "Owl-Plplot: thin plotting layer for Owl based on plplot"
build: [
+
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml" {>= "4.10.0"}
+
"dune" {>= "3.16"}
+
"owl" {>= "1.2"}
"plplot"
]
url {