File: control

package info (click to toggle)
c4core 0.2.7-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,184 kB
  • sloc: cpp: 35,521; python: 2,786; javascript: 414; makefile: 6
file content (47 lines) | stat: -rw-r--r-- 1,803 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: c4core
Section: libs
Priority: optional
Maintainer: Gabriel Barrantes <gabriel.barrantes.dev@outlook.com>
Build-Depends: cmake, debhelper-compat (= 13), debugbreak
Standards-Version: 4.7.2
Homepage: https://github.com/biojppm/c4core
Rules-Requires-Root: no

Package: libc4core0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: low-latency, low-level C++ library
 c4core is a library of low-level C++ utilities,
 written with low-latency projects in mind.
 .
 Some of the utilities provided by c4core have already
 equivalent functionality in the C++ standard, but they are
 provided as the existing C++ equivalent may be insufficient
 (eg, std::string_view), inefficient (eg, std::string),
 heavy (eg streams), or plainly unusable on some platforms/projects,
 (eg exceptions).
 .
 Some other utilities have equivalent under consideration for C++
 standardisation; and yet some other utilities have no equivalent
 under consideration.

Package: libc4core-dev
Architecture: any
Depends: ${misc:Depends}, libc4core0 (= ${binary:Version}), debugbreak
Section: libdevel
Description: low-latency, low-level C++ library (development files)
 c4core is a library of low-level C++ utilities,
 written with low-latency projects in mind.
 .
 Some of the utilities provided by c4core have already
 equivalent functionality in the C++ standard, but they are
 provided as the existing C++ equivalent may be insufficient
 (eg, std::string_view), inefficient (eg, std::string),
 heavy (eg streams), or plainly unusable on some platforms/projects,
 (eg exceptions).
 .
 Some other utilities have equivalent under consideration for C++
 standardisation; and yet some other utilities have no equivalent
 under consideration.
 .
 This package holds the header and development library link.