1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: dbview
Section: misc
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/debian/dbview.git
Vcs-Browser: https://salsa.debian.org/debian/dbview
Package: dbview
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: View dBase III files
Dbview is a little tool that will display dBase III and IV
files. You can also use it to convert your old .dbf files
for further use with Unix.
.
It wasn't the intention to write a freaking viewer and
reinvent the wheel again. Instead dbview is intend to be
used in conjunction with your favourite unix text utilities
like cut, recode and more.
|