Source: ruby-csv Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Lucas Kanashiro Build-Depends: debhelper-compat (= 13), gem2deb Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-csv.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-csv Homepage: https://github.com/ruby/csv Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-csv Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: CSV reader and writer The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.