opam-version: "2.0"
maintainer: "thomas@gazagnaire.org"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: make
remove: [["ocamlfind" "remove" "rpclib"]]
depends: [
  "ocaml" {<= "4.02.3"}
  "ocamlfind"
  "type_conv" {>= "108.07.01"}
  "xmlm"
  "js_of_ocaml" {< "3.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/mirage/ocaml-rpc"
install: [make "install"]
synopsis: "A library to deal with RPCs in OCaml"
description: """
This library uses a camlp4 syntax extension to generate functions to convert
values of a given type to and from their RPC representations. In order to do
so, it is sufficient to add `with rpc` to the corresponding type definition."""
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-rpc/archive/1.5.0.tar.gz"
  checksum: "md5=32b9b4642784eff23eaffa217a209485"
}
