File: control

package info (click to toggle)
libhugetlbfs 2.20-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,460 kB
  • sloc: ansic: 10,603; python: 705; makefile: 651; sh: 288; asm: 142
file content (56 lines) | stat: -rw-r--r-- 2,565 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
Source: libhugetlbfs
Section: libs
Priority: optional
Maintainer: Punit Agrawal <punit@debian.org>
Build-Depends: debhelper (>= 10),
 python-minimal, libpython2.7-stdlib
Standards-Version: 4.1.1
Homepage: https://github.com/libhugetlbfs/libhugetlbfs
Vcs-Git: https://github.com/punitagrawal/libhugetlbfs.git
Vcs-Browser: https://github.com/punitagrawal/libhugetlbfs.git

Package: libhugetlbfs-dev
Section: libdevel
Architecture: amd64 arm64 armhf armel i386 ia64 ppc64el s390x powerpc ppc64 sparc64
Multi-Arch: same
Depends: ${misc:Depends},
 libhugetlbfs0 (= ${binary:Version})
Description: Development files to build programs using libhugetlbfs
 libhugetlbfs is a library which provides easy access to huge pages of
 memory. It is a wrapper for the hugetlbfs file system. Applications
 can use huge pages to fulfill malloc() requests without being
 recompiled by using LD_PRELOAD. Alternatively, applications can be
 linked against libhugetlbfs without source modifications to load text
 or BSS or BSS, data, and text segments into large pages. The library
 also comes with several userspace tools to help with huge page
 usability, environment setup, and control.
 .
 This package ships the library development files.

Package: libhugetlbfs0
Architecture: amd64 arm64 armhf armel i386 ia64 ppc64el s390x powerpc ppc64 sparc64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Preload library to back program memory with hugepages
 libhugetlbfs is a library which provides easy access to huge pages of
 memory. It is a wrapper for the hugetlbfs file system. Applications
 can use huge pages to fulfill malloc() requests without being
 recompiled by using LD_PRELOAD. Alternatively, applications can be
 linked against libhugetlbfs without source modifications to load text
 or BSS or BSS, data, and text segments into large pages. The library
 also comes with several userspace tools to help with huge page
 usability, environment setup, and control.

Package: libhugetlbfs-bin
Section: utils
Architecture: amd64 arm64 armhf armel i386 ia64 ppc64el s390x powerpc ppc64 sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libhugetlbfs
Description: Tools to ease use of hugetlbfs
 libhugetlbfs is a library which provides easy access to huge pages of
 memory. It is a wrapper for the hugetlbfs file system. Applications
 can use huge pages to fulfill malloc() requests without being
 recompiled by using LD_PRELOAD.
 .
 The package provies several userspace tools to help with huge page
 usability, environment setup, and control.