summaryrefslogtreecommitdiff
path: root/www/lua-curl/DESCR
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2010-02-26 22:03:00 +0000
committeragc <agc@pkgsrc.org>2010-02-26 22:03:00 +0000
commitbdf61dc104ac3d32868b5dd222eb52fdc9eb78b2 (patch)
tree111b508684dd6cf1338d9c20c570d98575deabda /www/lua-curl/DESCR
parent8ca33bdb94544b4bd972701d7526c11529b2aef1 (diff)
downloadpkgsrc-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/DESCR')
-rw-r--r--www/lua-curl/DESCR16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/lua-curl/DESCR b/www/lua-curl/DESCR
new file mode 100644
index 00000000000..b98bddf8b4c
--- /dev/null
+++ b/www/lua-curl/DESCR
@@ -0,0 +1,16 @@
+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).