opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xenops/issues"
dev-repo: "git://github.com/xapi-project/xenops.git"
tags: [
  "org:xapi-project"
]
build: [
  [make]
]
install: [
  [make "PREFIX=%{prefix}%" "BINDIR=%{bin}%" "install"]
]
remove: [
  [make "PREFIX=%{prefix}%" "BINDIR=%{bin}%" "uninstall"]
]
depends: [
  "ocaml"
  "oasis" {build}
  "xapi-stdext" {= "2.1.0"}
  "xapi-libs-transitional" {= "1.0.1"}
  "xenctrl"
  "xenstore"
  "xenstore_transport"
]
synopsis: "Create/destroy/manipulate Xen domains"
description: """
This library provides a set of building-blocks for constructing a Xen
domain manager (aka a "toolstack"). There are functions for
  - creating and building a domain
  - attaching virtual disk and network devices
  - spawning hardware emulators"""
url {
  src: "https://github.com/xapi-project/xenops/archive/v1.0.1.tar.gz"
  checksum: "md5=3730f99b9e1713f3c5d60461b1b20944"
}
