zf

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

hex_metadata.config (702B)


      1 {<<"app">>,<<"nimble_parsec">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,
      4  <<"A simple and fast library for text-based parser combinators">>}.
      5 {<<"elixir">>,<<"~> 1.6">>}.
      6 {<<"files">>,
      7  [<<"lib">>,<<"lib/nimble_parsec">>,<<"lib/nimble_parsec/recorder.ex">>,
      8   <<"lib/nimble_parsec/compiler.ex">>,<<"lib/mix">>,<<"lib/mix/tasks">>,
      9   <<"lib/mix/tasks/nimble_parsec.compile.ex">>,<<"lib/nimble_parsec.ex">>,
     10   <<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,<<"CHANGELOG.md">>]}.
     11 {<<"licenses">>,[<<"Apache-2.0">>]}.
     12 {<<"links">>,
     13  [{<<"GitHub">>,<<"https://github.com/dashbitco/nimble_parsec">>}]}.
     14 {<<"name">>,<<"nimble_parsec">>}.
     15 {<<"requirements">>,[]}.
     16 {<<"version">>,<<"1.2.3">>}.