DFSG NEW Queue

DFSG, Licensing & New Packages Team

ruby-smarter-csv 1.18.0-1

Package Information

Descriptionend-to-end CSV ingestion for Ruby

SmarterCSV is a high-performance CSV reader and writer for Ruby focused on fastest end-to-end ingestion — not just parsing. It returns ready-to-use hashes with configurable header and value transformations, intelligent defaults, and automatic delimiter discovery.

Built for real-world data pipelines, SmarterCSV supports chunked processing for large files, streaming via Enumerable APIs, and C acceleration to optimize the full ingestion path (parsing + hash construction + conversions).

Designed to handle messy user-uploaded CSV while remaining easy to integrate with Rails, ActiveRecord imports, Sidekiq jobs, parallel processing, and S3-based workflows.

MaintainerDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed BySimon Quigley <tsimonq2@debian.org>
Sponsortsimonq2@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/ruby-team/ruby-smarter-csv.git (browse)
Trackerhttps://tracker.debian.org/pkg/ruby-smarter-csv
Uploaded5 hours ago

New Package Report

.changes
Version1.18.0-1
Changed-BySimon Quigley
Architecturesource amd64
Distributionunstable
DateMon, 29 Jun 2026 18:35:14 -0500
Sourceruby-smarter-csv
Changelog
ruby-smarter-csv (1.18.0-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Package-Listruby-smarter-csv deb ruby optional arch=any
Sectionruby
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: smarter_csv
Upstream-Contact: ["tilo.sloboda@gmail.com"]
Source: https://github.com/tilo/smarter_csv

Files: *
Copyright: 2012-2022 Tilo Sloboda
License: Expat

Files: debian/*
Copyright: 2026 Simon Quigley <tsimonq2@debian.org>
License: Expat
Comment: The Debian packaging is licensed under the same terms as the source.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

Back to Dashboard | View all reviews for this package