Skip to content

Commit

Permalink
Merge pull request #533 from mirage/dsheets-patch-1
Browse files Browse the repository at this point in the history
opam: add ocamlbuild build dependency
  • Loading branch information
yomimono committed Apr 27, 2016
2 parents 5473666 + 4ca0ed9 commit 6927293
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mirage-types.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ build: [make "build-types"]
install: [make "install-types"]
remove: ["ocamlfind" "remove" "mirage-types"]

depends: ["ocamlfind"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
]
depopts: ["lwt" "cstruct" "io-page" "ipaddr"]
conflicts: ["ipaddr" {< "2.0.0"}]

Expand Down

0 comments on commit 6927293

Please sign in to comment.