File: control

package info (click to toggle)
readstat 1.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,136 kB
  • sloc: ansic: 32,239; makefile: 371; sh: 1
file content (76 lines) | stat: -rw-r--r-- 2,608 bytes parent folder | download
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
Source: readstat
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>,
Build-Depends: debhelper-compat (= 13),
               libcsv-dev,
               libxlsxwriter-dev,
               zlib1g-dev,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/WizardMac/ReadStat
Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/readstat
Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/readstat.git

Package: libreadstat1
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: read/write data sets from SAS, Stata, and SPSS - shared library
 ReadStat is a command-line tool and MIT-licensed C library for reading files
 from popular stats packages. Supported data formats include:
 .
  - SAS: SAS7BDAT (binary file) and XPORT (transport file)
  - Stata: DTA (binary file) versions 104-119
  - SPSS: POR (portable file), SAV (binary file), and ZSAV (compressed binary)
 .
 Supported metadata formats include:
 .
  - SAS: SAS7BCAT (catalog file) and .sas (command file)
  - Stata: .dct (dictionary file)
  - SPSS: .sps (command file)
 .
 There is also write support for all the data formats, but not the metadata
 formats.
 .
 This package contains the shared library.

Package: libreadstat-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libreadstat1 (= ${binary:Version}),
         ${misc:Depends},
Description: development files for libreadstat library
 ReadStat is a command-line tool and MIT-licensed C library for reading files
 from popular stats packages.
 .
 This package contains the development files.

Package: readstat
Architecture: any
Section: utils
Depends: libreadstat1 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: read/write data sets from SAS, Stata, and SPSS
 ReadStat is a command-line tool and MIT-licensed C library for reading files
 from popular stats packages. Supported data formats include:
 .
  - SAS: SAS7BDAT (binary file) and XPORT (transport file)
  - Stata: DTA (binary file) versions 104-119
  - SPSS: POR (portable file), SAV (binary file), and ZSAV (compressed binary)
 .
 Supported metadata formats include:
 .
  - SAS: SAS7BCAT (catalog file) and .sas (command file)
  - Stata: .dct (dictionary file)
  - SPSS: .sps (command file)
 .
 There is also write support for all the data formats, but not the metadata
 formats.
 .
 This package contains the command line tools: readstat, and extract_metadata.