zf

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

hex_metadata.config (626B)


      1 {<<"app">>,<<"hpax">>}.
      2 {<<"build_tools">>,[<<"mix">>]}.
      3 {<<"description">>,
      4  <<"Implementation of the HPACK protocol (RFC 7541) for Elixir">>}.
      5 {<<"elixir">>,<<"~> 1.5">>}.
      6 {<<"files">>,
      7  [<<"lib">>,<<"lib/hpax">>,<<"lib/hpax/huffman_table">>,
      8   <<"lib/hpax/types.ex">>,<<"lib/hpax/huffman.ex">>,<<"lib/hpax/table.ex">>,
      9   <<"lib/hpax.ex">>,<<".formatter.exs">>,<<"mix.exs">>,<<"README.md">>,
     10   <<"LICENSE.txt">>,<<"CHANGELOG.md">>]}.
     11 {<<"licenses">>,[<<"Apache-2.0">>]}.
     12 {<<"links">>,[{<<"GitHub">>,<<"https://github.com/elixir-mint/hpax">>}]}.
     13 {<<"name">>,<<"hpax">>}.
     14 {<<"requirements">>,[]}.
     15 {<<"version">>,<<"0.1.2">>}.