Skip to content

Commit 6cb82d6

Browse files
authored
Merge pull request #480 from hernoufM/upgrade-cmdliner.1.1.0
Upgrade to cmdliner.1.1.1 and improve clarity of manuals
2 parents fbbe567 + c6ae2ca commit 6cb82d6

10 files changed

+363
-177
lines changed

learn-ocaml-client.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"asak"
2121
"base64"
2222
"base" {>= "v0.9.4"}
23-
"cmdliner"
23+
"cmdliner" {>= "1.1.0"}
2424
"cohttp" {>= "2.0.0"}
2525
"cohttp-lwt-unix" {>= "2.0.0"}
2626
"cstruct" {>= "3.3.0"}

learn-ocaml-client.opam.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"bigarray-compat" {= "1.0.0"}
3333
"bigstringaf" {= "0.8.0"}
3434
"biniou" {= "1.2.1"}
35-
"cmdliner" {= "1.0.4"}
35+
"cmdliner" {= "1.1.1"}
3636
"cohttp" {= "4.0.0"}
3737
"cohttp-lwt" {= "4.0.0"}
3838
"cohttp-lwt-unix" {= "4.0.0"}

learn-ocaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"asak"
2121
"base64"
2222
"base" {>= "v0.9.4"}
23-
"cmdliner"
23+
"cmdliner" {>= "1.1.0"}
2424
"cohttp" {>= "2.0.0"}
2525
"cohttp-lwt" {>= "2.0.0"}
2626
"cohttp-lwt-unix" {>= "2.0.0"}

learn-ocaml.opam.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ depends: [
3030
"bigstringaf" {= "0.8.0"}
3131
"biniou" {= "1.2.1"}
3232
"checkseum" {= "0.3.1"}
33-
"cmdliner" {= "1.0.4"}
33+
"cmdliner" {= "1.1.1"}
3434
"cohttp" {= "4.0.0"}
3535
"cohttp-lwt" {= "4.0.0"}
3636
"cohttp-lwt-unix" {= "4.0.0"}

0 commit comments

Comments
 (0)