cl-csv 20170403-1 source package in Ubuntu

Changelog

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

  * Quicklisp release update.

 -- Dimitri Fontaine <email address hidden>  Thu, 06 Jul 2017 16:28:20 +0300

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

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-csv_20170403-1.dsc 1.9 KiB 70cb472e711205e34444ad899da89d8c5b2dcd4ea2c9ceef48f09137fe39b549
cl-csv_20170403.orig.tar.gz 19.9 KiB d0f88b2b973a1ae252b4f429c3be41e2de5897ea1fabd57e0bbcfb934186e0d7
cl-csv_20170403-1.debian.tar.xz 2.6 KiB 2e52d1431be488b2676c27c1d86b2a26842acb47f19e2f03abe7ebcc06247e54

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.