1 { lib, fetchurl, buildDunePackage
3 , base64, cmdliner, rresult, xmlm, yojson
10 minimalOCamlVersion = "4.08";
14 url = "https://github.com/mirage/ocaml-rpc/releases/download/${version}/rpclib-${version}.tbz";
15 hash = "sha256-ziPrdWwCjZN0vRmCMpa923wjfT8FVFLTDRz30VIW6WM=";
18 buildInputs = [ cmdliner yojson ];
19 propagatedBuildInputs = [ base64 rresult xmlm ];
20 checkInputs = [ alcotest ];
25 homepage = "https://github.com/mirage/ocaml-rpc";
26 description = "Light library to deal with RPCs in OCaml";
27 license = licenses.isc;
28 maintainers = [ maintainers.vyorkin ];