cl-csv 20200929.git68ecb5d-1 source package in Ubuntu

Changelog

cl-csv (20200929.git68ecb5d-1) unstable; urgency=medium

  [ Sébastien Villemot ]
  * New upstream snapshot (compatibility fix with SBCL 2.0.9)
  * Mark autopkgtests as superficial
  * Bump to debhelper 13
  * Bump to S-V 4.5.0
  
  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Sébastien Villemot <email address hidden>  Thu, 22 Oct 2020 12:25:13 +0200

Upload details

Uploaded by:
Debian Common Lisp Team
Uploaded to:
Sid
Original maintainer:
Debian Common Lisp Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cl-csv_20200929.git68ecb5d-1.dsc 2.0 KiB 740d359324ca30a1e1495d9304d34a6f5d140d92ccdfa985d7355c85edc9364a
cl-csv_20200929.git68ecb5d.orig.tar.xz 21.7 KiB 30ccdf6714862225ad8a10b3e1cf9ef74cb2ccd7a73e83de1492c0d0472e19c7
cl-csv_20200929.git68ecb5d-1.debian.tar.xz 3.5 KiB 202eeb6ee3abb37fadbea92d0a0b4d7651e4e367cdd200a158bafd29f4bc46fa

No changes file available.

Binary packages built by this source

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

 This Common Lisp library aims to simplify working with CSVs:
 .
  * reads/writes CSVs from/to strings, streams and files
  * support streaming reads (allowing processing very large CSVs, through
    read-csv's row-fn parameter)
  * supports custom data formatting
  * settable quote, separator and quote-escapes
  * supports multiline quoted data
  * a test suite
  * detailed state about the process on error (line number, column number,
    char index), current collection state