vnlog 1.36-4.1 source package in Ubuntu

Changelog

vnlog (1.36-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1063051

 -- Steve Langasek <email address hidden>  Wed, 28 Feb 2024 23:19:22 +0000

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.1.dsc 2.4 KiB 492d8d65f43471fb17d5a0825e0cbcde7c19d9860d8cae9a4945fa63d9e41ded
vnlog_1.36.orig.tar.gz 136.9 KiB 7adb33443b8b21a8fa733c98700c55086f8b8d7fa9a6e0decef605fe4d82edb8
vnlog_1.36-4.1.debian.tar.xz 6.6 KiB 1e0e339b1afa691fedb7ca9172aecab98482389c9f528f6052351f4d40ff4054

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.

libvnlog0t64: No summary available for libvnlog0t64 in ubuntu noble.

No description available for libvnlog0t64 in ubuntu noble.

libvnlog0t64-dbgsym: No summary available for libvnlog0t64-dbgsym in ubuntu noble.

No description available for libvnlog0t64-dbgsym in ubuntu noble.

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