Skip to content

Commit

Permalink
opam-dune-lint dependencies fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Nov 24, 2021
1 parent 3baf747 commit 9f80014
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ JavaScript via [js_of_ocaml](http://ocsigen.org/js_of_ocaml)."))
stringext
base-unix
(alcotest :with-test)
(alcotest-lwt :with-test))
(alcotest-lwt :with-test)
(cmdliner (and (>= 0.9.8) :with-test)))
(synopsis "GitLab APIv4 OCaml library")
(description "This library provides an OCaml interface to the
[Gitlab APIv4](https://docs.gitlab.com/ee/api/) (JSON).
Expand All @@ -64,8 +65,8 @@ This library installs the JavaScript version, which uses [js_of_ocaml](http://oc
(ocaml (>= 4.08.0))
(cmdliner (>= 0.9.8))
(gitlab-unix (= :version))
(cohttp-lwt-unix (>= 4.0))
(otoml (>= 0.9.0))
(mdx :with-test))

(synopsis "GitLab cli")
(description "Experimental GitLab cli in the style of GitHub's gh and hub commands."))
1 change: 1 addition & 0 deletions gitlab-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ depends: [
"base-unix"
"alcotest" {with-test}
"alcotest-lwt" {with-test}
"cmdliner" {>= "0.9.8" & with-test}
"odoc" {with-doc}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions lab.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"ocaml" {>= "4.08.0"}
"cmdliner" {>= "0.9.8"}
"gitlab-unix" {= version}
"cohttp-lwt-unix" {>= "4.0"}
"otoml" {>= "0.9.0"}
"mdx" {with-test}
"odoc" {with-doc}
Expand Down

0 comments on commit 9f80014

Please sign in to comment.