Skip to content

Commit

Permalink
Upgrade to dune language version 3.0
Browse files Browse the repository at this point in the history
This automatically has the `(use_standard_c_and_cxx_flags true)` set.
  • Loading branch information
yawaramin authored and anmonteiro committed Jan 5, 2025
1 parent cc5ff33 commit b015d02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
(lang dune 2.8)
(lang dune 3.0)

(using dune_site 0.1)

(name piaf)

(generate_opam_files true)

(use_standard_c_and_cxx_flags true)

(source
(github anmonteiro/piaf))

Expand Down
4 changes: 3 additions & 1 deletion piaf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/piaf"
bug-reports: "https://github.com/anmonteiro/piaf/issues"
depends: [
"dune" {>= "2.8"}
"dune" {>= "3.0"}
"ocaml" {>= "5.1"}
"logs"
"eio-ssl" {>= "0.3.0"}
Expand Down Expand Up @@ -38,9 +38,11 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/anmonteiro/piaf.git"

0 comments on commit b015d02

Please sign in to comment.