Skip to content

Commit fa216ba

Browse files
committed
Revert "Remove cowlib.app"
This reverts commit 92b9055.
1 parent 92b9055 commit fa216ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ebin/cowlib.app

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{application, 'cowlib', [
2+
{description, "Support library for manipulating Web protocols."},
3+
{vsn, "2.16.0"},
4+
{modules, ['cow_base64url','cow_capsule','cow_cookie','cow_date','cow_deflate','cow_hpack','cow_http','cow_http1','cow_http2','cow_http2_machine','cow_http3','cow_http3_machine','cow_http_hd','cow_http_struct_hd','cow_http_te','cow_iolists','cow_link','cow_mimetypes','cow_multipart','cow_qpack','cow_qs','cow_spdy','cow_sse','cow_uri','cow_uri_template','cow_ws']},
5+
{registered, []},
6+
{applications, [kernel,stdlib,crypto]},
7+
{optional_applications, []},
8+
{env, []}
9+
]}.

0 commit comments

Comments
 (0)