This commit is contained in:
2026-07-14 22:50:46 +04:00
parent 27143319e3
commit bd19e0682b
3116 changed files with 467189 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{<<"links">>,
[{<<"GitHub">>,<<"https://github.com/elixir-lang/elixir_make">>}]}.
{<<"name">>,<<"elixir_make">>}.
{<<"version">>,<<"0.9.0">>}.
{<<"description">>,<<"A Make compiler for Mix">>}.
{<<"elixir">>,<<"~> 1.9">>}.
{<<"app">>,<<"elixir_make">>}.
{<<"licenses">>,[<<"Apache-2.0">>]}.
{<<"requirements">>,[]}.
{<<"files">>,
[<<"lib">>,<<"lib/elixir_make">>,<<"lib/elixir_make/artefact.ex">>,
<<"lib/elixir_make/compiler.ex">>,<<"lib/elixir_make/downloader">>,
<<"lib/elixir_make/downloader/httpc.ex">>,
<<"lib/elixir_make/downloader.ex">>,<<"lib/elixir_make/precompiler.ex">>,
<<"lib/mix">>,<<"lib/mix/tasks">>,
<<"lib/mix/tasks/elixir_make.checksum.ex">>,
<<"lib/mix/tasks/elixir_make.precompile.ex">>,
<<"lib/mix/tasks/compile.elixir_make.ex">>,<<".formatter.exs">>,
<<"mix.exs">>,<<"README.md">>,<<"CHANGELOG.md">>]}.
{<<"build_tools">>,[<<"mix">>]}.