opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: "xen-api@lists.xen.org"
homepage: "https://github.com/xapi-project/"
bug-reports: "https://github.com/xapi-project/forkexecd/issues"
dev-repo: "git://github.com/xapi-project/forkexecd"
tags: [ "org:xapi-project" ]
build: [
  ["oasis" "setup"]
  [make]
]
install: [
  [make "install"]
]
remove: [
    ["oasis" "setup"]
    [make "uninstall"]
    ["ocamlfind" "remove" "forkexec"]
]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "oasis" {build}
  "base-threads"
  "ocaml-systemd" {>= "1.2"}
  "syslog"
  "rpc" {>= "1.9.51"}
  "fd-send-recv"
  "uuidm"
  "xapi-stdext" {= "2.1.0"}
  "xapi-idl" {= "1.14.0"}
]
synopsis: "Sub-process control service for xapi"
description:
  "This daemon creates and manages sub-processes on behalf of xapi."
url {
  src: "https://github.com/xapi-project/forkexecd/archive/v1.4.0.tar.gz"
  checksum: "md5=2e24d66dbc7c6d2fe4572feaea7701ae"
}
