1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
Source: vnlog
Priority: optional
Section: devel
Build-Depends: debhelper-compat (= 11),
mrbuild,
dh-python,
# for "make install" to work. See
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080834
python3-setuptools,
python3:any,
libipc-run-perl <!nocheck>,
libtext-diff-perl <!nocheck>,
liblist-moreutils-perl <!nocheck>,
python3-numpy <!nocheck>,
perl:native <!nocheck>,
mawk <!nocheck>,
chrpath
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Standards-Version: 4.1.3
Homepage: https://github.com/dkogan/vnlog/
Vcs-Git: https://salsa.debian.org/science-team/vnlog.git
Vcs-Browser: https://salsa.debian.org/science-team/vnlog
Testsuite: autopkgtest-pkg-python
Package: libvnlog0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
Package: libvnlog-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libvnlog0 (= ${binary:Version}), ${perl:Depends}
Description: 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.
Package: vnlog
Section: libdevel
Architecture: all
Depends: ${misc:Depends},
libvnlog-perl (= ${binary:Version}), ${perl:Depends},
mawk,
libtext-table-perl,
liblist-moreutils-perl,
moreutils
Suggests: feedgnuplot, ministat, datamash
Multi-Arch: foreign
Description: 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
Package: libvnlog-perl
Section: perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Multi-Arch: foreign
Description: 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.
Package: python3-vnlog
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy
Provides: ${python3:Provides}
Description: 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.
|