13 buildDunePackage rec {
17 minimalOCamlVersion = "4.08";
21 url = "https://github.com/mirage/ocaml-rpc/releases/download/${version}/rpclib-${version}.tbz";
22 hash = "sha256-ziPrdWwCjZN0vRmCMpa923wjfT8FVFLTDRz30VIW6WM=";
29 propagatedBuildInputs = [
34 checkInputs = [ alcotest ];
39 homepage = "https://github.com/mirage/ocaml-rpc";
40 description = "Light library to deal with RPCs in OCaml";
41 license = licenses.isc;
42 maintainers = [ maintainers.vyorkin ];