Packages

Library which can tell us which function is Erlang auto imported BIF (is_atom/1, is_list/2, etc) or not

Current section

Files

Jump to
is_auto_imported_bif src is_auto_imported_bif.app.src
Raw

src/is_auto_imported_bif.app.src

{application,is_auto_imported_bif,
[{description,"Library which can tell us which function is Erlang auto imported BIF (is_atom/1, is_list/2, etc) or not"},
{vsn,"17.8.24"},
{applications,[kernel,stdlib]},
{modules,[is_auto_imported_bif]},
{maintainers,["pouriya-jahanbakhsh@gmail.com"]},
{licenses,["BSD 3-Clause"]},
{links,[{"GitHub",
"https://github.com/Pouriya-Jahanbakhsh/is_auto_imported_bif"}]}]}.