Skip to content

Commit

Permalink
Merge pull request #290 from hannesm/fix-opam
Browse files Browse the repository at this point in the history
(minor) fixes for opam
  • Loading branch information
yomimono authored Jan 28, 2017
2 parents 5e33bd2 + 17fb680 commit e4b253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ install: [make "install"]
remove: ["ocamlfind" "remove" "tcpip"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"result"
"rresult"
"cstruct" {>= "2.1.0"}
Expand All @@ -62,7 +63,6 @@ depends: [
"pcap-format" {test}
"mirage-clock-unix" {test & >= "1.2.0"}
"fmt"
"mirage-random" {test & >= "1.0.0"}
"lwt" {>= "2.4.7"}
"logs" {>= "0.6.0"}
"duration"
Expand Down

0 comments on commit e4b253c

Please sign in to comment.