summaryrefslogtreecommitdiff
path: root/dev-haskell/wreq/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/wreq/metadata.xml')
-rw-r--r--dev-haskell/wreq/metadata.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-haskell/wreq/metadata.xml b/dev-haskell/wreq/metadata.xml
new file mode 100644
index 000000000000..887b9ecf25d1
--- /dev/null
+++ b/dev-haskell/wreq/metadata.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+
+ A web client library that is designed for ease of use.
+
+ Tutorial: &lt;http://www.serpentine.com/wreq/tutorial.html&gt;
+
+ Features include:
+
+ * Simple but powerful `lens`-based API
+
+ * A solid test suite, and built on reliable libraries like
+ http-client and lens
+
+ * Session handling includes connection keep-alive and pooling, and
+ cookie persistence
+
+ * Automatic response body decompression
+
+ * Powerful multipart form and file upload handling
+
+ * Support for JSON requests and responses, including navigation of
+ schema-less responses
+
+ * Basic and OAuth2 bearer authentication
+
+ * Early TLS support via the tls package
+ </longdescription>
+ <use>
+ <flag name="aws">Enable AWS tests</flag>
+ <flag name="httpbin">Install client</flag>
+ </use>
+</pkgmetadata>