1 { lib, fetchurl, buildDunePackage, ocaml
3 , base64, cmdliner, rresult, xmlm, yojson
13 url = "https://github.com/mirage/ocaml-rpc/releases/download/v${version}/rpclib-v${version}.tbz";
14 sha256 = "0fbajg8wq8hjhkvvfnq68br0m0pa8zf2qzadhfgi2nnr9713rada";
17 buildInputs = [ cmdliner yojson ];
18 propagatedBuildInputs = [ base64 rresult xmlm ];
19 checkInputs = [ alcotest ];
21 doCheck = lib.versionAtLeast ocaml.version "4.08";
24 homepage = "https://github.com/mirage/ocaml-rpc";
25 description = "Light library to deal with RPCs in OCaml";
26 license = licenses.isc;
27 maintainers = [ maintainers.vyorkin ];