opam-version: "2.0"
maintainer: "thomas@gazagnaire.org"
tags: [
  "org:mirage"
  "org:xapi-project"
]
build: make
remove: [["ocamlfind" "remove" "rpc"]]
depends: [
  "ocaml"
  "ocamlfind"
  "type_conv" {= "108.00.02"}
  "xmlm"
]
conflicts: ["ocamlnet"]
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.2.0.tar.gz"
  checksum: "md5=0319acc2f3c113a19c13c4bbbc3bc190"
}
