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
|
Source: ruby-http-cookie
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-domain-name,
ruby-sqlite3,
ruby-test-unit
Standards-Version: 4.3.0
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
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-http-cookie
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-domain-name,
${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.
|