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
|
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-compat (= 12),
autoconf-archive, gnulib, libtool,
pkg-config, help2man,
zlib1g-dev, default-libmysqlclient-dev, libsqlite3-dev, libgsl-dev,
bc, sqlite3
Build-Depends-Indep:
graphviz,
doxygen, texlive-latex-recommended, texlive-fonts-recommended, ghostscript,
rdfind, symlinks
Standards-Version: 4.4.0
Homepage: http://apophenia.info/
Vcs-Git: https://salsa.debian.org/science-team/apophenia.git
Vcs-Browser: https://salsa.debian.org/science-team/apophenia
Package: libapophenia2
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).
.
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 libapophenia2-dev package.
Package: libapophenia2-dev
Provides: libapophenia-dev
Section: libdevel
Architecture: any
Depends: libapophenia2 (= ${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).
.
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: libapophenia2 (= ${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).
.
This package provides several command line utility examples.
Package: apophenia-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Suggests:
libapophenia2 (= ${binary:Version}), libapophenia2-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).
.
This package provides the reference manual for the Apophenia
Statistical C Library; it also contains examples.
|