Meta Configuration of Package librest
14
1
<package name="librest" project="SUSE:SLE-15:Update">
2
<title>Library to access RESTful web services</title>
3
<description>This library was designed to make it easier to access web services that
4
claim to be "RESTful". A reasonable description is that a RESTful
5
service should have urls that represent remote objects, which methods
6
can then be called on.
7
8
It is comprised of two parts:
9
10
* the first aims to make it easier to make requests by providing a
11
wrapper around libsoup.
12
* the second aids with XML parsing by wrapping libxml2.</description>
13
</package>
14