this repo has no description

xen-gnt-unix & xen-evtchn-unix: unavailable on unix

Changed files
+7 -1
packages
xen-evtchn-unix
xen-evtchn-unix.2.0.0
xen-evtchn-unix.2.1.0
xen-gnt-unix
xen-gnt-unix.3.0.0
xen-gnt-unix.3.0.1
xen-gnt-unix.3.1.0
xen-gnt-unix.4.0.0
xen-gnt-unix.4.0.1
+1
packages/xen-evtchn-unix/xen-evtchn-unix.2.0.0/opam
···
"ounit" {with-test}
"conf-xen" {build}
]
+
available: [ os != "freebsd" ]
synopsis: "Xen event channel bindings."
description:
"These are needed for building Xen device drivers (e.g. mirage-block-xen)"
+1
packages/xen-evtchn-unix/xen-evtchn-unix.2.1.0/opam
···
"ounit" {with-test}
"conf-xen" {build}
]
+
available: [ os != "freebsd" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
+1
packages/xen-gnt-unix/xen-gnt-unix.3.0.0/opam
···
"io-page-unix"
"conf-xen" {build}
]
+
available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ]
synopsis: "Xen grant table bindings"
description: """
These allow your program (running either in userspace or in kernelspace
+1
packages/xen-gnt-unix/xen-gnt-unix.3.0.1/opam
···
"io-page-unix" {>= "2.0.0"}
"conf-xen" {build}
]
+
available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ]
synopsis: "Grant table bindings for OCaml."
description: """
These are used to create Xen device driver "backends" (servers)
+1
packages/xen-gnt-unix/xen-gnt-unix.3.1.0/opam
···
"io-page-unix" {>= "2.0.0"}
"conf-xen" {build}
]
+
available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
+1
packages/xen-gnt-unix/xen-gnt-unix.4.0.0/opam
···
"io-page-unix" {>= "2.0.0"}
"conf-xen" {build}
]
+
available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
+1 -1
packages/xen-gnt-unix/xen-gnt-unix.4.0.1/opam
···
"xen-gnt" {= version}
"conf-xen"
]
-
available: [ arch != "s390x" & arch != "ppc64" ]
+
available: [ arch != "s390x" & arch != "ppc64" & os != "freebsd" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]