this repo has no description
1opam-version: "2.0"
2maintainer: "hannes@mehnert.org"
3authors: [ "hannes@mehnert.org" ]
4homepage: "https://xenproject.org/"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6license: [ "GPL-2.0-only" "LGPL-3.0-only" ]
7build: [
8 ["sh" "-exc" "cc -c $CFLAGS -I/usr/local/include test.c"]
9]
10depexts: [
11 ["xen-dev"] {os-distribution = "alpine"}
12 ["libxen-dev"] {os-family = "debian"}
13 ["libxen-dev"] {os-family = "ubuntu"}
14 ["xen-devel"] {os-distribution = "centos"}
15 ["xen-devel"] {os-distribution = "fedora"}
16 ["xen-devel"] {os-distribution = "rhel"}
17 ["xen-devel"] {os-distribution = "ol"}
18 ["xen-devel"] {os-family = "suse" | os-family = "opensuse"}
19 ["xen-dom0-libs-devel" "xen-libs-devel"] {os = "xenserver"}
20 ["xenstore"] {os-distribution = "arch"}
21 ["xen-tools"] {os = "freebsd"}
22]
23available: os != "macos"
24synopsis:
25 "Virtual package relying on Xen headers"
26description: """
27This package can only install if the Xen headers are installed on the system."""
28flags: conf
29extra-source "test.c" {
30 src:
31 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-xen/test.c"
32 checksum: [
33 "sha256=22e55b76c8be3d24b0d77ea7c373c3868ad93ce5e0a28aca5bad2c18ea2fc78a"
34 "md5=456d802e49f7bb2724292347d2d167d7"
35 ]
36}