opam-version: "1.2"
name: "vncproxy"
maintainer: "Marcello Seri <marcello.seri@citrix.com>"
authors: [ "David Scott"
           "Marcello Seri <marcello.seri@citrix.com>" ]
license: "LGPL-2.1 with OCaml linking exception"
homepage: "https://github.com/xapi-project/vncproxy"
dev-repo: "https://github.com/xapi-project/vncproxy.git"
bug-reports: "https://github.com/xapi-project/vncproxy/issues"
build: [[ "jbuilder" "build" "-p" name "-j" jobs ]]
depends: [
  "jbuilder" {build}
  "cmdliner"
  "lwt"
  "xen-api-client-lwt"
]
