16 lines
675 B
Plaintext
16 lines
675 B
Plaintext
{<<"links">>,[{<<"GitHub">>,<<"https://github.com/akash-akya/unzip">>}]}.
|
|
{<<"name">>,<<"unzip">>}.
|
|
{<<"version">>,<<"0.12.0">>}.
|
|
{<<"description">>,
|
|
<<"Elixir library to stream zip file contents. Works with remote files. Supports Zip64">>}.
|
|
{<<"elixir">>,<<"~> 1.12">>}.
|
|
{<<"app">>,<<"unzip">>}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"requirements">>,[]}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/unzip.ex">>,<<"lib/unzip">>,<<"lib/unzip/range_tree.ex">>,
|
|
<<"lib/unzip/file_buffer.ex">>,<<"lib/unzip/bitstring.ex">>,
|
|
<<"lib/unzip/local_file.ex">>,<<"lib/unzip/file_access.ex">>,
|
|
<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|