Skip to content

Commit

Permalink
Add missing opam dependency
Browse files Browse the repository at this point in the history
and update lwt constraints.

Signed-off-by: Marcello Seri <marcello.seri@citrix.com>
  • Loading branch information
Marcello Seri committed May 19, 2017
1 parent 4d6cef2 commit bac4e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/nbd/nbd.1.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"lwt" {>= "2.4.5" & < "2.6.0"}
"cstruct" {>= "1.0.1" & <"2.0.0"}
"cmdliner"
"rpc"
"type_conv" {build}
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/nbd/nbd.2.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"ounit" {test}
"ocamlfind" {build}
"ppx_tools" {build}
"lwt"
"lwt" {>= "2.6.0" & < "3.0.0"}
"cstruct" {>= "1.9.0"}
"cmdliner"
"sexplib"
Expand Down

0 comments on commit bac4e37

Please sign in to comment.