Source: ruby-roxml Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Cédric Boutillier Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-activerecord, ruby-activesupport, ruby-nokogiri, ruby-rspec, ruby-sqlite3, ruby-test-unit Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-roxml.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-roxml Homepage: https://github.com/Empact/roxml Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-roxml Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby-activesupport, ruby-libxml, ruby-nokogiri, ${misc:Depends}, ${shlibs:Depends} Description: Ruby Object to XML mapping library ROXML is a Ruby library designed to make it easier for Ruby developers to work with XML. Using simple annotations, it enables Ruby classes to be mapped to XML. ROXML takes care of the marshalling and unmarshalling of mapped attributes so that developers can focus on building first-class Ruby classes. As a result, ROXML simplifies the development of RESTful applications, Web Services, and XML-RPC.