File: control

package info (click to toggle)
jemalloc 3.6.0-9.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,256 kB
  • ctags: 2,758
  • sloc: ansic: 21,324; perl: 3,931; sh: 3,689; makefile: 406
file content (47 lines) | stat: -rw-r--r-- 1,581 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
Source: jemalloc
Priority: extra
Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends:
 automake,
 debhelper (>= 9),
 docbook-xsl,
 xsltproc,
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.canonware.com/jemalloc/
Vcs-Git: git://anonscm.debian.org/collab-maint/jemalloc.git
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/jemalloc.git/
Testsuite: autopkgtest

Package: libjemalloc-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libjemalloc1 (= ${binary:Version})
Description: development files and documentation for jemalloc
 Files used for development with jemalloc. This package contains
 headers and documentation.
 .
 Jemalloc is a library providing a malloc(3) implementation for
 multi-threaded processes on multi-processor systems.

Package: libjemalloc1
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: general-purpose scalable concurrent malloc(3) implementation
 A library providing a malloc(3) implementation for multi-threaded processes on
 multi-processor systems.
 .
 Notable features are reduced lock contention, predictable low fragmentation,
 and introspection with heap profiling.

Package: libjemalloc1-dbg
Section: debug
Architecture: any
Depends: libjemalloc1 (= ${binary:Version}), ${misc:Depends}
Description: debug symbols for jemalloc
 Debug symbols for the jemalloc library. This may be used for
 debugging and profiling.
 .
 Jemalloc is a library providing a malloc(3) implementation for
 multi-threaded processes on multi-processor systems.