File: control

package info (click to toggle)
ruby-sawyer 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: ruby: 1,203; sh: 17; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: ruby-sawyer
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-addressable,
               ruby-faraday
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sawyer
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sawyer.git
Homepage: https://github.com/lostisland/sawyer
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: ruby-sawyer
Architecture: all
Depends: ruby | ruby-interpreter,
         ruby-addressable,
         ruby-faraday,
         ${misc:Depends},
         ${shlibs:Depends}
Description: HTTP/REST API client Ruby library
 Sawyer is an experimental hypermedia HTTP client built on top of ruby-faraday.
 .
 Although Sawyer provides the expected features of an HTTP client library,
 it's more useful when is used to interact and to implement REST APIs
 endpoints.
 .
 Out of the box it can parse data from API responses, turns contents into
 high level resources or collections of resources, relations between those
 resources, etc.
XB-Ruby-Versions: ${ruby:Versions}