portal/deps/decimal/hex_metadata.config
Mikael Hugo 35f29f42e3 feat: add flake.nix, .envrc, fix config (runtime.exs), deps compile clean
- flake.nix: Elixir 1.18.4 / OTP 27 / Node 22 dev shell
- .envrc: use flake
- config/config.exs: move fetch_env! to runtime.exs (compile-time safe)
- config/runtime.exs: all secrets loaded at runtime via env vars
- mix.lock: generated after mix deps.get
- All 3 apps compile cleanly

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-09 19:55:48 +02:00

14 lines
597 B
Text

{<<"links">>,[{<<"GitHub">>,<<"https://github.com/ericmj/decimal">>}]}.
{<<"name">>,<<"decimal">>}.
{<<"version">>,<<"3.1.0">>}.
{<<"description">>,<<"Arbitrary precision decimal arithmetic.">>}.
{<<"elixir">>,<<"~> 1.12">>}.
{<<"files">>,
[<<"lib">>,<<"lib/decimal">>,<<"lib/decimal/error.ex">>,
<<"lib/decimal/context.ex">>,<<"lib/decimal/macros.ex">>,
<<"lib/decimal.ex">>,<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,
<<"LICENSE.txt">>,<<"CHANGELOG.md">>]}.
{<<"app">>,<<"decimal">>}.
{<<"licenses">>,[<<"Apache-2.0">>]}.
{<<"requirements">>,[]}.
{<<"build_tools">>,[<<"mix">>]}.