vnlog 1.26-1 source package in Ubuntu

Changelog

vnlog (1.26-1) unstable; urgency=medium

  * New upstream release
    - vnl-filter --stream --eval is allowed again: it's once again
      possible to produce unbuffered output with awk

 -- Dima Kogan <email address hidden>  Mon, 03 Feb 2020 22:18:21 -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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
vnlog_1.26-1.dsc 2.3 KiB 94e1f83f5448cff74eddfdd273a6c07cbe4ae768ae4efa82458211b848a35e95
vnlog_1.26.orig.tar.gz 108.3 KiB 18df068bb357d7d276e5311f963ed48591c86f48c680279a518b2e635cc5ae39
vnlog_1.26-1.debian.tar.xz 4.8 KiB 740fa428344dd082af0bdf50c2c75cbccc7ccf8bbf37bf9ff2a95d294f3779de

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: No summary available for libvnlog0-dbgsym in ubuntu groovy.

No description available for libvnlog0-dbgsym in ubuntu groovy.

python3-vnlog: No summary available for python3-vnlog in ubuntu groovy.

No description available for python3-vnlog in ubuntu groovy.

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