diff options
| author | Loïc Hoguin <[email protected]> | 2025-10-24 12:18:22 +0200 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2025-10-24 12:18:22 +0200 |
| commit | 2a5515a2d2fd26b595c3dd5c9d0d905211712890 (patch) | |
| tree | cd43b2a4bca30e89efed926abfbd9ef6acbcd78c /ebin | |
| parent | 802858b331f464b4e72830d1dcdcb2d22e96b440 (diff) | |
| download | cowboy-master.tar.gz cowboy-master.tar.bz2 cowboy-master.zip | |
The file is generated at build time. It was kept around for
Rebar compatibility. Since then we have been publishing
releases to Hex so Rebar arguably doesn't need to fetch
the project from Git.
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/cowboy.app | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ebin/cowboy.app b/ebin/cowboy.app deleted file mode 100644 index 002727e..0000000 --- a/ebin/cowboy.app +++ /dev/null @@ -1,10 +0,0 @@ -{application, 'cowboy', [ - {description, "Small, fast, modern HTTP server."}, - {vsn, "2.14.2"}, - {modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_children','cowboy_clear','cowboy_clock','cowboy_compress_h','cowboy_constraints','cowboy_decompress_h','cowboy_handler','cowboy_http','cowboy_http2','cowboy_http3','cowboy_loop','cowboy_metrics_h','cowboy_middleware','cowboy_quicer','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_tracer_h','cowboy_websocket','cowboy_webtransport']}, - {registered, [cowboy_sup,cowboy_clock]}, - {applications, [kernel,stdlib,crypto,cowlib,ranch]}, - {optional_applications, []}, - {mod, {cowboy_app, []}}, - {env, []} -]}.
\ No newline at end of file |
