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-representable
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-declarative (<< 0.1.0),
ruby-dry-types,
ruby-uber (<< 0.2.0),
ruby-test-xml,
ruby-virtus,
ruby-multi-json,
ruby-prof,
ruby-trailblazer-option
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-representable.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-representable
Homepage: https://github.com/trailblazer/representable/
Testsuite: autopkgtest-pkg-ruby
Package: ruby-representable
Architecture: all
Depends: ruby-dry-types,
${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: Renders and parses JSON/XML/YAML documents from and to Ruby objects
Includes plain properties, collections, nesting, coercion and more.
.
This library is a dependency of ruby-google-api-client, client for accessing
Google APIs.
|