Skip to content

Commit c1861e1

Browse files
committed
Bump minimal version of OCaml required
The `no-naked-pointer` flag was present in older OCaml version but there is no opam package for this variant of the compiler. Bump the minimal version to OCaml 4.12.
1 parent ad27069 commit c1861e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- macos-latest
2020
- ubuntu-latest
2121
ocaml-compiler:
22-
- ocaml-variants.4.08.1+options,ocaml-option-nnp
22+
- ocaml-variants.4.12.1+options,ocaml-option-nnp
2323
- ocaml-variants.4.14.2+options,ocaml-option-nnp
2424
- 5.3.0
2525
exclude:

ancient.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ homepage: "https://github.com/OCamlPro/ocaml-ancient"
2323
bug-reports: "https://github.com/OCamlPro/ocaml-ancient/issues"
2424
depends: [
2525
"dune" {>= "3.0"}
26-
"ocaml" {>= "4.08"}
26+
"ocaml" {>= "4.12"}
2727
"base-nnp"
2828
"odoc" {with-doc}
2929
]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ and any process that has read/write access that disk file can map that
2727
file in and see the structures.")
2828
(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
2929
(depends
30-
(ocaml (>= 4.08))
30+
(ocaml (>= 4.12))
3131
base-nnp))

0 commit comments

Comments
 (0)