Files
2023-07-06 11:08:25 -06:00

8 lines
310 B
Erlang

{application,vrlp,
[{description,"Vanillae's implementation of the Ethereum Recursive-Length-Prefix (RLP) codec"},
{registered,[]},
{included_applications,[]},
{applications,[stdlib,kernel]},
{vsn,"0.1.0"},
{modules,[vrlp]}]}.