File: control

package info (click to toggle)
apophenia 0.999b%2Bds3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,892 kB
  • ctags: 1,840
  • sloc: ansic: 20,530; makefile: 346; sh: 230; awk: 135; sed: 26
file content (159 lines) | stat: -rw-r--r-- 6,868 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
Source: apophenia
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>
Build-Depends:
 debhelper (>= 9),
 autotools-dev, autoconf-archive, gnulib, dh-autoreconf, libtool,
 pkg-config, help2man,
 zlib1g-dev, libmysqlclient-dev, libsqlite3-dev, libgsl0-dev,
 bc, sqlite3
Build-Depends-Indep:
 doxygen, texlive-latex-recommended, texlive-fonts-recommended, ghostscript,
 rdfind, symlinks
Standards-Version: 3.9.6
Homepage: http://apophenia.info/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/apophenia.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/apophenia.git

Package: libapophenia0
Provides: libapophenia
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libapophenia
Suggests: apophenia-doc (= ${binary:Version})
Multi-Arch: same
Description: Apophenia Statistical C Library -- library package
 The Apophenia Statistical C Library is an open source C library for
 working with data sets and statistical models. It provides functions
 on the same level as those of the typical stats packages (such as OLS,
 probit, or singular value decomposition) but gives the user more
 flexibility to be creative in model-building.
 .
 Apophenia is meant to scale well, to comfortably work with gigabyte
 data sets, million-step simulations, or computationally-intensive
 agent-based models.
 .
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 MySQL/mariaDB is also supported. The core functions are written
 in C, but experience has shown them to be easy to bind in Python,
 Julia, Perl, Ruby, etc. The source code is distributed under the
 GNU General Public License version 2 (GPL2) with two modifications.
 .
 This package provides the shared libraries required to run programs
 compiled against the Apophenia Statistical C Library. To compile your
 own programs you also need to install the libapophenia0-dev package.

Package: libapophenia0-dev
Provides: libapophenia-dev
Section: libdevel
Architecture: any
Depends: libapophenia0 (= ${binary:Version}), ${misc:Depends}
Conflicts: libapophenia-dev
Suggests: pkg-config
Multi-Arch: same
Description: Apophenia Statistical C Library -- development package
 The Apophenia Statistical C Library is an open source C library for
 working with data sets and statistical models. It provides functions
 on the same level as those of the typical stats packages (such as OLS,
 probit, or singular value decomposition) but gives the user more
 flexibility to be creative in model-building.
 .
 Apophenia is meant to scale well, to comfortably work with gigabyte
 data sets, million-step simulations, or computationally-intensive
 agent-based models.
 .
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 MySQL/mariaDB is also supported. The core functions are written
 in C, but experience has shown them to be easy to bind in Python,
 Julia, Perl, Ruby, etc. The source code is distributed under the
 GNU General Public License version 2 (GPL2) with two modifications.
 .
 This package contains the header files, static libraries and symbolic
 links that developers using the Apophenia Statistical C Library will
 need.

Package: apophenia-bin
Architecture: any
Depends: libapophenia0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: sqlite3
Multi-Arch: foreign
Description: Apophenia Statistical C Library -- binary package
 The Apophenia Statistical C Library is an open source C library for
 working with data sets and statistical models. It provides functions
 on the same level as those of the typical stats packages (such as OLS,
 probit, or singular value decomposition) but gives the user more
 flexibility to be creative in model-building.
 .
 Apophenia is meant to scale well, to comfortably work with gigabyte
 data sets, million-step simulations, or computationally-intensive
 agent-based models.
 .
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 MySQL/mariaDB is also supported. The core functions are written
 in C, but experience has shown them to be easy to bind in Python,
 Julia, Perl, Ruby, etc. The source code is distributed under the
 GNU General Public License version 2 (GPL2) with two modifications.
 .
 This package provides several command line utility examples.

Package: libapophenia0-dbg
Provides: libapophenia-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libapophenia0 (= ${binary:Version}), ${misc:Depends}
Conflicts: libapophenia-dbg
Multi-Arch: same
Description: Apophenia Statistical C Library -- debug symbols package
 The Apophenia Statistical C Library is an open source C library for
 working with data sets and statistical models. It provides functions
 on the same level as those of the typical stats packages (such as OLS,
 probit, or singular value decomposition) but gives the user more
 flexibility to be creative in model-building.
 .
 Apophenia is meant to scale well, to comfortably work with gigabyte
 data sets, million-step simulations, or computationally-intensive
 agent-based models.
 .
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 MySQL/mariaDB is also supported. The core functions are written
 in C, but experience has shown them to be easy to bind in Python,
 Julia, Perl, Ruby, etc. The source code is distributed under the
 GNU General Public License version 2 (GPL2) with two modifications.
 .
 This package provides the debugging symbols for the libraries from
 the libapophenia0-dev package.

Package: apophenia-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests:
 libapophenia0 (= ${binary:Version}), libapophenia0-dev (= ${binary:Version}),
# pdf-viewer,
 www-browser,
 gsl-doc-pdf, gsl-ref-html
Multi-Arch: foreign
Description: Apophenia Statistical C Library -- reference manual
 The Apophenia Statistical C Library is an open source C library for
 working with data sets and statistical models. It provides functions
 on the same level as those of the typical stats packages (such as OLS,
 probit, or singular value decomposition) but gives the user more
 flexibility to be creative in model-building.
 .
 Apophenia is meant to scale well, to comfortably work with gigabyte
 data sets, million-step simulations, or computationally-intensive
 agent-based models.
 .
 Apophenia builds upon the GNU Scientific and SQLite libraries,
 MySQL/mariaDB is also supported. The core functions are written
 in C, but experience has shown them to be easy to bind in Python,
 Julia, Perl, Ruby, etc. The source code is distributed under the
 GNU General Public License version 2 (GPL2) with two modifications.
 .
 This package provides the reference manual for the Apophenia
 Statistical C Library; it also contains examples.