File: control

package info (click to toggle)
memtailor 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,820 kB
  • sloc: sh: 4,663; cpp: 1,101; makefile: 42
file content (31 lines) | stat: -rw-r--r-- 1,163 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
Source: memtailor
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13), libgtest-dev
Standards-Version: 4.7.3
Section: libs
Homepage: https://github.com/Macaulay2/memtailor
Vcs-Browser: https://salsa.debian.org/math-team/memtailor
Vcs-Git: https://salsa.debian.org/math-team/memtailor.git

Package: libmemtailor-dev
Section: libdevel
Architecture: any
Depends: libmemtailor0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: C++ library of special purpose memory allocators (developer tools)
 Memtailor is a C++ library of special purpose memory allocators. It currently
 offers an arena allocator and a memory pool.
 .
 This package contains the developer tools.

Package: libmemtailor0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: C++ library of special purpose memory allocators (shared library)
 Memtailor is a C++ library of special purpose memory allocators. It currently
 offers an arena allocator and a memory pool.
 .
 This package contains the shared library.