You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/wreq/metadata.xml

40 lines
1.0 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>