File: control

package info (click to toggle)
libhpptools 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 580 kB
  • ctags: 770
  • sloc: cpp: 9,886; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 930 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
Source: libhpptools
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 9),
               emacs
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libhpptools.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libhpptools.git
Homepage: https://github.com/mateidavid/hpptools

Package: libhpptools-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: various C++ header tools
 A collection of C++ (mostly, C++11) header-only utility libraries.
 .
  * thread-safe facility-based logging mechanism
  * ZLib wrapper
  * Collection of new and extended SL algorithms
  * Floating point additions in logarithmic space using table lookup
  * C++11-based parallel for, with optional output sorting
  * C++11-based thread pool