vnlog 1.32-1 source package in Ubuntu

Changelog

vnlog (1.32-1) unstable; urgency=medium

  * New upstream release
    - Python parser can handle trailing comments
    - Bug fix: symlinked binaries work (Thanks to Jim Radford for the
      report)
    - Python vnlog.slurp() always returns 2D arrays
    - added latestdefined() to vnl-filter

 -- Dima Kogan <email address hidden>  Fri, 29 Oct 2021 14:12:09 -0700

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vnlog_1.32-1.dsc 2.2 KiB 96c2348c42a7699859c76ee7ea94397dbe1ad548199996ea1bd58e3987919882
vnlog_1.32.orig.tar.gz 134.0 KiB bdc3afbb0ad6c4cbd756187e24e029ba6d970bedd816954a29ee006e22907d70
vnlog_1.32-1.debian.tar.xz 5.6 KiB bfe5d31a66b0d6cb49ade0e327be71ea51297e490c15da8c0211932da8d7b260

Available diffs

No changes file available.

Binary packages built by this source

libvnlog-dev: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a C
 library that simplifies generating such logs. Dev files.

libvnlog-perl: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a simple
 Perl library to parse such logs.

libvnlog0: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a C
 library that simplifies generating such logs.

libvnlog0-dbgsym: debug symbols for libvnlog0
python3-vnlog: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides a simple
 Python3 library to parse such logs.

vnlog: Toolkit to read/write/manipulate whitespace-separated ASCII logs

 Vnlog (pronounced "vanillog") is a trivially-simple log format consisting of an
 ASCII table with comments and labelled fields. This package provides tools to
 process and manipulate such logs. The tools are:
 .
 vnl-filter selects a subset of the rows/columns in a vnlog and/or to
 manipulates the contents. This is effectively an awk wrapper.
 .
 vnl-sort, vnl-uniq, vnl-join, vnl-tail and vnl-ts are wrappers around the
 corresponding commandline tools
 .
 vnl-align aligns vnlog columns for easy interpretation by humans
 .
 vnl-make-matrix converts a one-point-per-line vnlog to a matrix of data