Skip to content

Commit

Permalink
Update to Dune 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterDA committed Oct 15, 2024
1 parent 1c4a535 commit 5225663
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(lang dune 1.0)
(lang dune 3.16)
(name extlib)
4 changes: 2 additions & 2 deletions extlib.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam-version: "2.0"
opam-version: "3.16"
maintainer: "[email protected]"
homepage: "https://github.com/ygrek/ocaml-extlib"
dev-repo: "git+https://github.com/ygrek/ocaml-extlib.git"
Expand All @@ -20,7 +20,7 @@ authors: [
"Pietro Abate"
]
depends: [
"dune" {>= "1.0"}
"dune" {>= "3.16"}
"ocaml" {>= "4.02"}
"cppo" {build & >= "1.0.1"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name extlib)
(public_name extlib)
(modules :standard \ configure install base64 unzip uChar uTF8)
(flags :standard -w -3-6-9-27-32-33-35-39-50)
(flags :standard -w -3-6-9-27-32-33-35-39-50-69)
(preprocess
(action
(run %{bin:cppo} %{read-lines:compat-level} %{input-file})))
Expand Down
6 changes: 1 addition & 5 deletions test/dune
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
(executable
(test
(name runner)
(flags :standard -w -3-6-35-27)
(modules :standard \ test_Unzip test_UTF8 test_Base64)
(libraries extlib))

(alias
(name runtest)
(action (run ./runner.exe)))

0 comments on commit 5225663

Please sign in to comment.