vnlog 1.25-1 source package in Ubuntu

Changelog

vnlog (1.25-1) unstable; urgency=medium

  * New upstream release
    - vnl-filter: rel()/diff()/prev() work next to newlines
  * Added Suggests:datamash

 -- Dima Kogan <email address hidden>  Wed, 29 Jan 2020 15:56:52 -0800

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.25-1.dsc 2.3 KiB 5c7a32b6cf599a06a23f4ea310a2c473ad25eb6493a68cc3c8016fb4c94e4211
vnlog_1.25.orig.tar.gz 108.2 KiB a7637becd4d5cd74eeefb9cb0ab3dadc560e39c0273a376cb91cf71ddaf02e9f
vnlog_1.25-1.debian.tar.xz 4.8 KiB a10f83b9583c836b607da8edfde10a52bfe6b084222f7f3ec2c1c6c60776a9f4

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