Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpc src jsonrpc.app.src
Raw

src/jsonrpc.app.src

{application, jsonrpc, [
{vsn, "1.0.0"},
{applications, [gleam_json,
gleam_stdlib]},
{description, "Encoders and decoders for JSON-RPC 2.0"},
{modules, [jsonrpc,
jsonrpc@@main]},
{registered, []}
]}.