Packages

An OTP library, a collection of parallel toys

Current section

Files

Jump to
lib_parallel src lib_parallel.app.src
Raw

src/lib_parallel.app.src

{application, lib_parallel_minghu6,
[{description, "An OTP library, a collection of parallel toys"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, ["lib_parallel"]},
{pkg_name, "lib_parallel"},
{maintainers, ["minghu6"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/minghu6/lib_parallel"}]}
]}.