30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
{<<"links">>,
|
|
[{<<"GitHub">>,<<"https://github.com/philss/rustler_precompiled">>}]}.
|
|
{<<"name">>,<<"rustler_precompiled">>}.
|
|
{<<"version">>,<<"0.8.2">>}.
|
|
{<<"description">>,
|
|
<<"Make the usage of precompiled NIFs easier for projects using Rustler">>}.
|
|
{<<"elixir">>,<<"~> 1.13">>}.
|
|
{<<"app">>,<<"rustler_precompiled">>}.
|
|
{<<"licenses">>,[<<"Apache-2.0">>]}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/mix">>,<<"lib/mix/tasks">>,
|
|
<<"lib/mix/tasks/rustler_precompiled.download.ex">>,
|
|
<<"lib/rustler_precompiled">>,<<"lib/rustler_precompiled/config">>,
|
|
<<"lib/rustler_precompiled/config/available_targets.ex">>,
|
|
<<"lib/rustler_precompiled/config.ex">>,<<"lib/rustler_precompiled.ex">>,
|
|
<<"mix.exs">>,<<"README.md">>,<<"CHANGELOG.md">>,
|
|
<<"PRECOMPILATION_GUIDE.md">>]}.
|
|
{<<"requirements">>,
|
|
[[{<<"name">>,<<"rustler">>},
|
|
{<<"app">>,<<"rustler">>},
|
|
{<<"optional">>,true},
|
|
{<<"requirement">>,<<"~> 0.23">>},
|
|
{<<"repository">>,<<"hexpm">>}],
|
|
[{<<"name">>,<<"castore">>},
|
|
{<<"app">>,<<"castore">>},
|
|
{<<"optional">>,false},
|
|
{<<"requirement">>,<<"~> 0.1 or ~> 1.0">>},
|
|
{<<"repository">>,<<"hexpm">>}]]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|