Packages

Erlang CFFI — call C shared libraries from Erlang via libffi

Current section

Files

Jump to
cffi src cffi.app.src
Raw

src/cffi.app.src

{application,cffi,
[{description,[69,114,108,97,110,103,32,67,70,70,73,32,8212,32,
99,97,108,108,32,67,32,115,104,97,114,101,100,32,
108,105,98,114,97,114,105,101,115,32,102,114,111,
109,32,69,114,108,97,110,103,32,118,105,97,32,108,
105,98,102,102,105]},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/longlene/cffi"}]}]}.