Skip to content

Commit bf59a8f

Browse files
committed
fix opam file after new version published
1 parent 10be7cd commit bf59a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

owl-plplot.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

0 commit comments

Comments
 (0)