Current section
Files
Jump to
Current section
Files
src/resulto.app.src
{application,resulto,
[{description,"A lightweight Erlang library for working with result types, implementing result monads for better error handling and chaining operations. It is based on elegant Gleam module 'result'."},
{vsn,"0.2.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/leapsight/resulto"}]}]}.