16 lines
597 B
Plaintext
16 lines
597 B
Plaintext
{<<"links">>,
|
|
[{<<"Docs">>,<<"http://hexdocs.pm/complex">>},
|
|
{<<"GitHub">>,<<"https://github.com/elixir-nx/complex.git">>}]}.
|
|
{<<"name">>,<<"complex">>}.
|
|
{<<"version">>,<<"0.6.0">>}.
|
|
{<<"description">>,
|
|
<<"Complex is a library for types and mathematical functions for complex\nnumbers.">>}.
|
|
{<<"elixir">>,<<"~> 1.16">>}.
|
|
{<<"app">>,<<"complex">>}.
|
|
{<<"licenses">>,[<<"Apache-2.0">>]}.
|
|
{<<"requirements">>,[]}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/complex">>,<<"lib/complex/kernel.ex">>,
|
|
<<"lib/complex.ex">>,<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|