File: control

package info (click to toggle)
memtailor 1.0~git20160302-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 284 kB
  • ctags: 228
  • sloc: cpp: 1,103; makefile: 49; sh: 48
file content (35 lines) | stat: -rw-r--r-- 1,335 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
Source: memtailor
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Doug Torrance <dtorrance@piedmont.edu>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               dpkg-dev (>= 1.18.0),
               libgtest-dev
Standards-Version: 3.9.7
Section: libs
Homepage: https://github.com/Macaulay2/memtailor
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/memtailor.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/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.