Skip to content

Commit

Permalink
use conf-xen opam package instead home-grown depexts
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 22, 2020
1 parent 21db839 commit d9fd1f8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions xen-evtchn-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@ depends: [
"lwt"
"cmdliner"
"ounit" {with-test}
"conf-xen" {build}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
depexts: [
["xen-dev"] {os-distribution = "alpine"}
["libxen-dev"] {os-distribution = "debian"}
["libxen-dev"] {os-distribution = "ubuntu"}
["xen-devel"] {os-distribution = "centos"}
["xen-devel"] {os-distribution = "fedora"}
["xenstore"] {os-distribution = "archlinux"}
]
dev-repo: "git+https://github.com/mirage/ocaml-evtchn.git"
synopsis: "Xen event channel interface for Linux"
description: """
Expand Down

0 comments on commit d9fd1f8

Please sign in to comment.