12 src = fetchFromGitLab {
13 owner = "nomadic-labs";
16 hash = "sha256-VdkYUy7Fi53ku6F/1FV55/VcyF/tDZKN4NTMabDd/T4=";
19 propagatedBuildInputs = [
23 # resto has infinite recursion in their tests
27 description = "Minimal OCaml library for type-safe HTTP/JSON RPCs";
28 homepage = "https://gitlab.com/nomadic-labs/resto";
29 license = lib.licenses.mit;
30 maintainers = [ lib.maintainers.ulrikstrid ];