vnlog 1.36-4 source package in Ubuntu

Changelog

vnlog (1.36-4) unstable; urgency=medium

  * More thorough "clean" (Closes: #1047392)

 -- Dima Kogan <email address hidden>  Mon, 08 Jan 2024 21:22: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.36-4.dsc 2.3 KiB 2d1049d922087566cdff59cbf51b94df48e73ee178711252eaea8ccecb1befd5
vnlog_1.36.orig.tar.gz 136.9 KiB 7adb33443b8b21a8fa733c98700c55086f8b8d7fa9a6e0decef605fe4d82edb8
vnlog_1.36-4.debian.tar.xz 6.4 KiB b5b0c49e7f2a9f3b21cd822d851daf20ad8d9d5d9c79967e2697a2f0bddeaeda

Available diffs

No changes file available.

Binary packages built by this source

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

 Vnlog 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 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 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 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 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