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
|
Source: libstxxl
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: D Haley <mycae@gmx.com>,
Anton Gladky <gladk@debian.org>
Section: science
Testsuite: autopkgtest
Priority: optional
Build-Depends: cmake,
debhelper (>= 9),
doxygen,
doxygen-latex,
ghostscript,
graphviz,
texlive-fonts-extra,
texlive-fonts-recommended,
texlive-latex-extra,
texlive-latex-recommended
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libstxxl1.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libstxxl1.git
Homepage: http://stxxl.sourceforge.net
Package: libstxxl-dev
Architecture: any
Section: libdevel
Priority: extra
Depends: libstxxl1v5 (= ${binary:Version}),
${misc:Depends}
Suggests: libstxxl-doc
Description: Development libraries for STXXL
STXXL provides an STL replacement using an abstraction layer to
storage devices to allow for the optimal layout of data structures. This
allows for multi-terabyte datasets to be held and manipulated in standard
C++ data structures, whilst abstracting the complexity of managing this
behaviour efficiently. STXXL utilises multi-disk I/O to speed up
I/O bound calculations. STXXL has been developed at the University
of Karlsruhe.
.
Development libraries for STXXL, required for building programs that
utilise the STXXL library
Package: libstxxl-doc
Architecture: all
Section: doc
Priority: extra
Depends: ${misc:Depends},
libjs-jquery
Description: Documentation for STXXL
STXXL provides an STL replacement using an abstraction layer to
storage devices to allow for the optimal layout of data structures. This
allows for multi-terabyte datasets to be held and manipulated in standard
C++ data structures, whilst abstracting the complexity of managing this
behaviour efficiently. STXXL utilises multi-disk I/O to speed up
I/O bound calculations. STXXL has been developed at the University
of Karlsruhe.
.
Documentation for the STXXL library.
Package: libstxxl1v5
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libstxxl1 (<< 1.4.1-2~)
Replaces: libstxxl1 (<< 1.4.1-2~)
Description: C++ Standard Template Library for extra large datasets
STXXL provides an STL replacement using an abstraction layer to
storage devices to allow for the optimal layout of data structures. This
allows for multi-terabyte datasets to be held and manipulated in standard
C++ data structures, whilst abstracting the complexity of managing this
behaviour efficiently. STXXL utilises multi-disk I/O to speed up
I/O bound calculations. STXXL has been developed at the University
of Karlsruhe.
Package: libstxxl1-bin
Architecture: any
Section: misc
Priority: extra
Depends: libstxxl1v5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: STXXL File creation and benchmark tool
STXXL provides an STL replacement using an abstraction layer to
storage devices to allow for the optimal layout of data structures. This
allows for multi-terabyte datasets to be held and manipulated in standard
C++ data structures, whilst abstracting the complexity of managing this
behaviour efficiently. STXXL utilises multi-disk I/O to speed up
I/O bound calculations. STXXL has been developed at the University
of Karlsruhe.
.
A benchmarking tool and STXXL on-disk file administration utility
Package: libstxxl1-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libstxxl1v5 (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for STXXL libraries
STXXL provides an STL replacement using an abstraction layer to
storage devices to allow for the optimal layout of data structures. This
allows for multi-terabyte datasets to be held and manipulated in standard
C++ data structures, whilst abstracting the complexity of managing this
behaviour efficiently. STXXL utilises multi-disk I/O to speed up
I/O bound calculations. STXXL has been developed at the University
of Karlsruhe.
.
Debugging symbols for STXXL, required for debugging programs that
utilise the STXXL library
|