File: control

package info (click to toggle)
dbd-xbase 0.0583-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 200 kB
  • ctags: 100
  • sloc: perl: 2,534; makefile: 36
file content (15 lines) | stat: -rw-r--r-- 508 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: dbd-xbase
Section: interpreters
Priority: optional
Maintainer: Paolo Molaro <lupus@debian.org>
Standards-Version: 2.4.0.0

Package: libxbase-perl
Architecture: any
Depends: perl (>=5.004.04-3)
Suggests: libdbi-perl
Description: Perl module to access xbase files (optionally through DBI).
 This module allows access to .dbf files (it can create them, also),
 it handles memo files, but not indexes.
 It has two interfaces: one using SQL commands (through DBI) ad th other
 with a simple OO interface.