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"]
  ["ocamlfind" "remove" "ppx_deriving_rpc"]
]
depends: [
  "oasis" {build}
  "cppo" {build}
  "async" {>= "v0.9.0" & < "v0.11.0"}
  "cmdliner"
  "cow"
  "lwt"
  "ocamlfind"
  "ppx_deriving"
  "rresult"
  "type_conv" {>= "108.07.01"}
  "xmlm"
  "yojson"
  "camlp4"
]
depopts: "js_of_ocaml"
available: [ocaml-version >= "4.03.0"]
