Current section
Files
Jump to
Current section
Files
src/cangaroo.app.src
{application, cangaroo, [
{vsn, "1.1.4"},
{applications, [excansock,
gleam_erlang,
gleam_otp,
gleam_stdlib,
sceall]},
{description, "Gleam bindings for SocketCAN communication on Linux"},
{modules, [bridge_ffi,
cangaroo,
cangaroo@@main,
cangaroo@bridge,
cangaroo@errors,
cangaroo@excansock,
cangaroo@internal,
cangaroo@types]},
{registered, []}
]}.