Skip to content

Commit

Permalink
dune-project: add lower bound on ocaml (#229)
Browse files Browse the repository at this point in the history
* dune-project: add lower bound on ocaml
* Re-generate opam file

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri authored Mar 9, 2021
1 parent 4026767 commit 885eda4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ OMD is meant to be as faithful as possible to the original Markdown.
Additionally, OMD implements a few Github markdown features, an
extension mechanism, and some other features. Note that the opam
package installs both the OMD library and the command line tool `omd`.")
(tags (org:ocamllabs org:mirage)))
(tags (org:ocamllabs org:mirage))
(depends (ocaml (>= 4.04))))
1 change: 1 addition & 0 deletions omd.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ homepage: "https://github.com/ocaml/omd"
bug-reports: "https://github.com/ocaml/omd/issues"
depends: [
"dune" {>= "2.5"}
"ocaml" {>= "4.04"}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit 885eda4

Please sign in to comment.