Current section
Files
Jump to
Current section
Files
src/libsecp256k1.app.src
%% Copyright 2015, Matthew Branton
%% Distributed under the MIT License under LICENSE
%% https://github.com/bitcoin/secp256k1
{application, libsecp256k1_nif,
[
{description, "Erlang NIF bindings for the the libsecp256k1 library"},
{vsn, "0.0.2"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/izelnakri/izelnakri"}]}
]}.