Compare commits

..

No commits in common. "34539125c456efb9f0d7a6be4730fea47b1cb25d" and "6b343af91cffe2c4becb3f1ce1563013741b7fcd" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ let specification =
[
("--message", Arg.Set_string message, "The commit message")
; ("--email", Arg.Set_string email, "The email used to craft the commit")
; ("-r", Arg.Set_string remote, "The Git repository including #branch, e.g. " ^ !remote)
; ("-r", Arg.Set_string remote, "The Git repository")
; ("--author", Arg.Set_string author, "The Git commit author")
; ("--host", Arg.Set_string host, "The host where the blog is available")
]

View file

@ -19,7 +19,7 @@ bug-reports: "https://github.com/dinosaure/blogger/issues"
depends: [
"ocaml" { >= "5.1.0" }
"dune" { >= "3.16.0" }
"dune" { >= "2.8" }
"preface" { >= "0.1.0" }
"logs" {>= "0.7.0" }
"cmdliner" { >= "1.0.0"}

View file

@ -1,2 +1,2 @@
(lang dune 3.16)
(lang dune 2.8)
(name blogger)