opam-version: "1.2"
maintainer: "thomas@gazagnaire.org"
authors: "Thomas Gazagnaire, Jon Ludlam"
homepage: "https://github.com/mirage/ocaml-rpc"
bug-reports: "https://github.com/mirage/ocaml-rpc/issues"
tags: ["org:mirage" "org:xapi-project"]
dev-repo: "git://github.com/mirage/ocaml-rpc"
build: [make]
install: [make "install"]
build-test: [
  [make]
  [make "test"]
]
remove: ["ocamlfind" "remove" "rpclib_legacy"]
depends: [
  "oasis" {build}
  "rpclib"
  "rresult"
  "type_conv" {>= "108.07.01"}
  "camlp4"
]
available: [ocaml-version >= "4.03.0"]
