vnlog 1.34-2 source package in Ubuntu

Changelog

vnlog (1.34-2) unstable; urgency=medium

  * Cross-building works

 -- Dima Kogan <email address hidden>  Sat, 14 Jan 2023 14:08:36 -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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
vnlog_1.34-2.dsc 2.3 KiB ccc18bac24f96fca4e008429296d5f7cb1c0824081bd77ceb6d7ea93a23895f8
vnlog_1.34.orig.tar.gz 137.7 KiB 922287be801df0f2348ebbbacb3d0ed6a55e647004ac79677f6a3a460d3db006
vnlog_1.34-2.debian.tar.xz 5.6 KiB b68ac9871ffd8d0c69bea8587d82d2917058b4628e78f6c620eda179be55598b

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