zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

hex_metadata.config (596B)


      1 {<<"app">>,<<"decimal">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,<<"Arbitrary precision decimal arithmetic.">>}.
      4 {<<"elixir">>,<<"~> 1.2">>}.
      5 {<<"files">>,
      6  [<<"lib">>,<<"lib/decimal">>,<<"lib/decimal/error.ex">>,
      7   <<"lib/decimal/context.ex">>,<<"lib/decimal/macros.ex">>,
      8   <<"lib/decimal.ex">>,<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,
      9   <<"LICENSE.txt">>,<<"CHANGELOG.md">>]}.
     10 {<<"licenses">>,[<<"Apache-2.0">>]}.
     11 {<<"links">>,[{<<"GitHub">>,<<"https://github.com/ericmj/decimal">>}]}.
     12 {<<"name">>,<<"decimal">>}.
     13 {<<"requirements">>,[]}.
     14 {<<"version">>,<<"2.0.0">>}.