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,13 @@
{<<"app">>,<<"websock">>}.
{<<"build_tools">>,[<<"mix">>]}.
{<<"description">>,<<"A specification for WebSocket connections">>}.
{<<"elixir">>,<<"~> 1.9">>}.
{<<"files">>,
[<<"lib">>,<<"lib/websock.ex">>,<<"test">>,<<"test/test_helper.exs">>,
<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}.
{<<"licenses">>,[<<"MIT">>]}.
{<<"links">>,
[{<<"GitHub">>,<<"https://github.com/phoenixframework/websock">>}]}.
{<<"name">>,<<"websock">>}.
{<<"requirements">>,[]}.
{<<"version">>,<<"0.5.3">>}.