summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 11:48:57 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:02:50 +0100
commite7f687262f23f6aedddb20eb0deee99b9c8d4867 (patch)
treea7a949f7ee5d6fa06c54b0e73bee836afe1b8856 /dev-haskell/wreq/metadata.xml
parentdev-haskell/rsa: add package (diff)
downloadgentoo-e7f687262f23f6aedddb20eb0deee99b9c8d4867.tar.gz
gentoo-e7f687262f23f6aedddb20eb0deee99b9c8d4867.tar.bz2
gentoo-e7f687262f23f6aedddb20eb0deee99b9c8d4867.zip
dev-haskell/wreq: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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>