diff options
author | Loïc Hoguin <[email protected]> | 2015-08-26 18:22:50 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-08-26 18:25:45 +0200 |
commit | 2441ea400c68ddbe90bcca374be85dd0d4fa0d10 (patch) | |
tree | 1fd6af4708f24221edb90ba3b1a6d048daa0f11c /ebin | |
parent | ad39742b05af0abf78e84622b4d5aff4ea5c6067 (diff) | |
download | cowlib-2441ea400c68ddbe90bcca374be85dd0d4fa0d10.tar.gz cowlib-2441ea400c68ddbe90bcca374be85dd0d4fa0d10.tar.bz2 cowlib-2441ea400c68ddbe90bcca374be85dd0d4fa0d10.zip |
Update erlang.mk and start using CircleCI
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/cowlib.app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/cowlib.app b/ebin/cowlib.app new file mode 100644 index 0000000..db04923 --- /dev/null +++ b/ebin/cowlib.app @@ -0,0 +1 @@ +{application, cowlib, [ {description, "Support library for manipulating Web protocols."}, {vsn, "1.3.0"}, {id, "1.3.0-6-gad39742-dirty"}, {modules, [cow_cookie,cow_date,cow_hpack,cow_http,cow_http2,cow_http_hd,cow_http_te,cow_mimetypes,cow_multipart,cow_qs,cow_spdy,cow_ws]}, {registered, []}, {applications, [kernel,stdlib,crypto]}]}. |