cl-csv 20170403-2 source package in Ubuntu

Changelog

cl-csv (20170403-2) unstable; urgency=medium

  * Team upload.
  * Restore NMU changes from 20150608-1.1 lost in the 20170403-1 upload.
    (Closes: #858509)
  * Update S-V to 4.1.1, update DH compat to 9, fix minor copyright syntax
    issue.

 -- Christoph Berg <email address hidden>  Sat, 11 Nov 2017 11:44:04 +0100

Upload details

Uploaded by:
dim
Uploaded to:
Sid
Original maintainer:
dim
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-csv_20170403-2.dsc 1.9 KiB b1ffc1bb9f35f4ad2594b5940e79c0a095922fb9d9506ae610d976f882b25008
cl-csv_20170403.orig.tar.gz 19.9 KiB d0f88b2b973a1ae252b4f429c3be41e2de5897ea1fabd57e0bbcfb934186e0d7
cl-csv_20170403-2.debian.tar.xz 2.9 KiB dc3aeb1dc3c4f3fc54196fbbf95432a00518c34d7d21629ef4de2055c17b05ab

Available diffs

No changes file available.

Binary packages built by this source

cl-csv: Common Lisp library providing easy csv reading and writing

 I had many scattered, not well tested, not easily runable pieces of csv
 code. I was unhappy with this situation then decided to refactor all of
 this into a single location. I wrote tests for it and had a library so I
 thought I might release it. This project started as extensions and bugfixes
 on arnesi's CSV.
 .
 I then looked around and saw there are other csv libs out there that
 probably mostly accomplished what I had set out to do. However, I already
 had code that was tested and had an easier license (BSD) so, I figured why
 not just release it anyway.

cl-csv-clsql: Common Lisp library providing easy csv reading and writing

 Facilities for reading and writing CSV format files (and importing and
 exporting csvs from databases)

cl-csv-data-table: Common Lisp library providing easy csv reading and writing

 Facilities for converting CSV data to data-tables.