File: control

package info (click to toggle)
ruby-http-cookie 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 296 kB
  • sloc: ruby: 3,478; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,214 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
Source: ruby-http-cookie
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ajayi Olatunji <ajayiolatunji15@yahoo.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-domain-name,
               ruby-sqlite3,
               ruby-test-unit
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-http-cookie.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-http-cookie
Homepage: https://github.com/sparklemotion/http-cookie
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-http-cookie
Architecture: all
Depends: ${ruby:Depends},
	 ${misc:Depends},
         ${shlibs:Depends}
Recommends: ruby-sqlite3
Description: Ruby library to handle HTTP Cookies based on RFC 6265
 HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC
 6265.  It has with security, standards compliance and compatibility
 in mind, to behave just the same as today's major web browsers.  It
 has builtin support for the legacy cookies.txt and the latest
 cookies.sqlite formats of Mozilla Firefox, and its modular API makes
 it easy to add support for a new backend store.