gmserialization/ebin/gmserialization.app
Ulf Wiger 3fafb89bdc
All checks were successful
Gajumaru Serialization Tests / tests (push) Successful in -2m7s
Add zompify support, verup to 0.2.0
2026-04-16 23:26:43 +02:00

12 lines
488 B
Erlang

{application,gmserialization,
[{description,"Serialization of data for the Gajumaru"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib,crypto,base58]},
{env,[]},
{modules,[gmser_api_encoder,gmser_chain_objects,
gmser_contract_code,gmser_delegation,gmser_id,
gmser_rlp,gmserialization]},
{licenses,[]},
{links,[]}]}.