Skip to content

Commit

Permalink
Merge pull request #11110 from mirage/ordma-ob-dep
Browse files Browse the repository at this point in the history
ordma: add ocamlbuild dep
  • Loading branch information
avsm authored Dec 24, 2017
2 parents 6b8fcb5 + 0290174 commit df41989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ordma/ordma.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ install: [make "install"]
remove: [make "uninstall"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"lwt" {>= "2.5.1"}
]
depexts: [
[["ubuntu"] ["librdmacm-dev"]]
depexts:[
[[ "ubuntu"] ["librdmacm-dev"] ]
[[ "debian"] ["librdmacm-dev"] ]
]
available: [os = "linux" & ocaml-version >= "4.02.0"]
1 change: 1 addition & 0 deletions packages/ordma/ordma.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install: [make "install"]
remove: ["make uninstall"]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"lwt" { >= "2.5.1" }
]
available: [ os = "linux" & ocaml-version >= "4.02.0" ]
Expand Down

0 comments on commit df41989

Please sign in to comment.