Skip to content

Commit bc683f4

Browse files
authored
Apply suggestions from code review
1 parent 91e3f99 commit bc683f4

File tree

1 file changed

+3
-3
lines changed
  • packages/owl-plplot/owl-plplot.1.1

1 file changed

+3
-3
lines changed

packages/owl-plplot/owl-plplot.1.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ doc: "https://owlbarn.github.io/owl-plplot/"
99
synopsis: "Owl-Plplot: thin plotting layer for Owl based on plplot"
1010

1111
build: [
12-
[ "dune" "subst" ] {pinned}
12+
[ "dune" "subst" ] {dev}
1313
[ "dune" "build" "-p" name "-j" jobs ]
1414
]
1515

1616
depends: [
1717
"ocaml" {>= "4.10.0"}
18-
"dune" {>= "2.0.0"}
19-
"owl" {>= "1.0"}
18+
"dune" {>= "3.16"}
19+
"owl" {>= "1.2"}
2020
"plplot"
2121
]
2222
url {

0 commit comments

Comments
 (0)