diff options
author | agc <agc@pkgsrc.org> | 2010-02-26 22:03:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2010-02-26 22:03:00 +0000 |
commit | bdf61dc104ac3d32868b5dd222eb52fdc9eb78b2 (patch) | |
tree | 111b508684dd6cf1338d9c20c570d98575deabda /www/lua-curl/PLIST | |
parent | 8ca33bdb94544b4bd972701d7526c11529b2aef1 (diff) | |
download | pkgsrc-bdf61dc104ac3d32868b5dd222eb52fdc9eb78b2.tar.gz |
initial import of lua-curl-0.2 into the packages collection.
Lua support for libcurl.
Connect and communicate to many different types of servers with many
different types of protocols.
This project is not a fork of LuaCURL, which is a direct mapping of
parts of the libcurl-easy interface.
The intent of Lua-cURL is to adapt the
* Easy Interface
* Multi Interface
* Shared Interface
of libcurl to the functionality of Lua (for example by using iterators
instead of callbacks when possible).
Diffstat (limited to 'www/lua-curl/PLIST')
-rw-r--r-- | www/lua-curl/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/lua-curl/PLIST b/www/lua-curl/PLIST new file mode 100644 index 00000000000..ee11c09ed0e --- /dev/null +++ b/www/lua-curl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/26 22:03:00 agc Exp $ +lib/lua/5.1/cURL.la |