Packages

Utility library for chaining function application.

Current section

Files

Jump to
pipe_line src pipe.app.src
Raw

src/pipe.app.src

{application,pipe,
[{pkg_name,"pipe_line"},
{description,"Utility library for chaining function application."},
{vsn,"1.0.0"},
{applications,[kernel,stdlib]},
{modules,[pipe]},
{registered,[]},
{env,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/jkrukoff/pipe"}]},
{extra,[{maintainers,["John Krukoff"]}]}]}.