Skip to content

Commit

Permalink
bump ocaml version to >=4.03.0 to match yallop#673
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Feb 6, 2022
1 parent fddbf88 commit 84711d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ctypes-foreign.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ doc: "https://ocamllabs.github.io/ocaml-ctypes/"
bug-reports: "https://github.com/ocamllabs/ocaml-ctypes/issues"
depends: [
"dune" {>= "2.6"}
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.03.0"}
"ctypes" {= version}
"dune-configurator"
"conf-pkg-config"
Expand Down
2 changes: 1 addition & 1 deletion ctypes.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ doc: "https://ocamllabs.github.io/ocaml-ctypes/"
bug-reports: "https://github.com/ocamllabs/ocaml-ctypes/issues"
depends: [
"dune" {>= "2.6"}
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.03.0"}
"integers"
"dune-configurator"
"bigarray-compat"
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
(name ctypes)
(tags (org:mirage org:ocamllabs))
(depends
(ocaml (>= 4.02.3))
(ocaml (>= 4.03.0))
integers
dune-configurator
bigarray-compat
Expand Down Expand Up @@ -42,7 +42,7 @@ This will make the `ctypes-foreign` ocamlfind subpackage available."))
(name ctypes-foreign)
(tags (org:mirage org:ocamllabs))
(depends
(ocaml (>= 4.02.3))
(ocaml (>= 4.03.0))
(ctypes (= :version))
dune-configurator
conf-pkg-config
Expand Down

0 comments on commit 84711d6

Please sign in to comment.