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,16 @@
{<<"links">>,
[{<<"GitHub">>,<<"https://github.com/dashbitco/nimble_options">>}]}.
{<<"name">>,<<"nimble_options">>}.
{<<"version">>,<<"1.1.1">>}.
{<<"description">>,
<<"A tiny library for validating and documenting high-level options">>}.
{<<"elixir">>,<<"~> 1.9">>}.
{<<"app">>,<<"nimble_options">>}.
{<<"licenses">>,[<<"Apache-2.0">>]}.
{<<"requirements">>,[]}.
{<<"files">>,
[<<"lib">>,<<"lib/nimble_options">>,<<"lib/nimble_options/docs.ex">>,
<<"lib/nimble_options/validation_error.ex">>,<<"lib/nimble_options.ex">>,
<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,<<"LICENSE.md">>,
<<"CHANGELOG.md">>]}.
{<<"build_tools">>,[<<"mix">>]}.