Files
shooting-event/phoenix/_build/dev/lib/hpax/ebin/hpax.app

9 lines
394 B
Plaintext
Raw Normal View History

2026-07-14 22:50:46 +04:00
{application,hpax,
[{modules,['Elixir.HPAX','Elixir.HPAX.Huffman',
'Elixir.HPAX.Table','Elixir.HPAX.Types']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir]},
{description,"Implementation of the HPACK protocol (RFC 7541) for Elixir"},
{registered,[]},
{vsn,"1.0.3"}]}.