Skip to content

Commit

Permalink
Update packages/stdlib-shims/stdlib-shims.0.1.0/opam
Browse files Browse the repository at this point in the history
Co-authored-by: David Allsopp <[email protected]>
  • Loading branch information
avsm and dra27 authored Aug 11, 2020
1 parent 5fcf9b2 commit e855240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stdlib-shims/stdlib-shims.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license: ["typeof OCaml system"]
depends: [
"ocaml" {>="4.02.3"}
"dune"
("dune" {>= "2.7.0"} | "ocaml" {<"4.12.0~~"})
("dune" {>= "2.7.0"} | "dune" & "ocaml" {<"4.12.0~~"})
]
build: [ "dune" "build" "-p" name "-j" jobs ]
synopsis: "Backport some of the new stdlib features to older compiler"
Expand Down

0 comments on commit e855240

Please sign in to comment.