Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpcx src jsonrpcx.app.src
Raw

src/jsonrpcx.app.src

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