Skip to content

Commit

Permalink
Correct opam file dune subst command
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed May 25, 2021
1 parent 115ef69 commit af69feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 2.1)
(lang dune 2.7)
(name graphics)

(generate_opam_files true)
Expand Down
5 changes: 3 additions & 2 deletions graphics.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ homepage: "https://github.com/ocaml/graphics"
doc: "https://ocaml.github.io/graphics/"
bug-reports: "https://github.com/ocaml/graphics/issues"
depends: [
"dune" {>= "2.1"}
"dune" {>= "2.7"}
"dune-configurator"
"conf-libX11" {os != "win32"}
"conf-pkg-config" {os != "win32"}
"ocaml" {>= "4.09.0~~"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down

0 comments on commit af69feb

Please sign in to comment.