Skip to content

Commit

Permalink
Add minimum ocaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlast committed Jul 27, 2024
1 parent 69c0346 commit 557bc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(name ppx_heml)
(synopsis "PPX for deriving HTML templates")
(description "PPX for deriving HTML templates. Includes %heml")
(depends ocaml dune ppxlib base ppx_string (menhir :build) (ppx_inline_test :with-test))
(depends (ocaml (>= 5.0)) dune ppxlib base ppx_string (menhir :build) (ppx_inline_test :with-test))
(tags
(topics "to describe" your project)))

Expand Down
2 changes: 1 addition & 1 deletion ppx_heml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["topics" "to describe" "your" "project"]
homepage: "https://github.com/pjlast/heml"
bug-reports: "https://github.com/pjlast/heml/issues"
depends: [
"ocaml"
"ocaml" {>= "5.0"}
"dune" {>= "3.16"}
"ppxlib"
"base"
Expand Down

0 comments on commit 557bc3e

Please sign in to comment.