Skip to content

Commit

Permalink
opam: fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 authored and mor1 committed Apr 25, 2016
1 parent 437c9de commit b8b215b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opam
Expand Up @@ -21,8 +21,10 @@ remove: [["ocamlfind" "remove" "pcap-format"]]
depends: [
"ocamlfind"
"cstruct" {>= "0.6.0"}
"lwt" {>= "2.4.0"}
"lwt" {test & >= "2.4.0"}
"ipaddr"
"ocamlbuild" {build}
"type_conv" {build}
]
depopts: ["mirage-net"]
conflicts: [
Expand Down

0 comments on commit b8b215b

Please sign in to comment.