Skip to content

Commit

Permalink
opam: require dune, conflict with dune 1.9.0 and 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Apr 12, 2019
1 parent a0004d6 commit 14cf7a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mirage-xen.opam
Expand Up @@ -8,12 +8,13 @@ doc: "https://mirage.github.io/mirage-xen/"
license: "ISC"
tags: ["org:mirage"]

build: [
build: [
[ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "subst" ] {pinned}
[ "env" "OPAM_PKG_CONFIG_PATH=%{prefix}%/lib/pkgconfig" "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml" {>= "4.04.2"}
"dune" {build}
"cstruct" {>= "1.0.1"}
"lwt" {>= "2.4.3"}
"shared-memory-ring-lwt"
Expand All @@ -29,6 +30,10 @@ depends: [
"logs"
"fmt"
]
conflicts: [
"dune" {= "1.9.0"}
"dune" {= "1.9.1"}
]
available: [ os = "linux" ]
synopsis: "Xen core platform libraries for MirageOS"
description: """
Expand Down

0 comments on commit 14cf7a2

Please sign in to comment.