File: control

package info (click to toggle)
librepfunc 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: cpp: 1,601; makefile: 270
file content (67 lines) | stat: -rw-r--r-- 1,645 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
57
58
59
60
61
62
63
64
65
66
67
Source: librepfunc
Section: libs
Priority: optional
Maintainer: Phil Wyett <philip.wyett@kathenas.org>
Uploaders: Apostolos Kefalas <sv1ljj@raag.org>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/wirbel-at-vdr-portal/librepfunc
Vcs-Git: https://salsa.debian.org/debian/librepfunc.git
Vcs-Browser: https://salsa.debian.org/debian/librepfunc

Package: librepfunc1
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: set of C++ classes and utilities for building multimedia tools
 This is a collection of utilities and functions used for example in w-scan-cpp
 .
 string related:
  * LowerCase and UpperCase
  * LeftTrim and RightTrim and Trim
  * FrontFill and BackFill
  * ReplaceAll
 .
 vector of string related:
  * SplitStr
 .
 number conversion to string or vice versa
  * IntToStr
  * FloatToStr
  * ExpToStr
  * StrToInt
  * StrToFloat
 .
 print time
  * TimeStr
 .
 other conversions
  * BCDtoDecimal
 .
 sleep threads
  * Sleep, mSleep, uSleep
 .
 print hex data
  * HexDump
 .
 files and directories
  * FileExists
  * cFileList
  * ReadFileToStream
  * ReadFile
  * WriteStreamToFile
  * WriteFile
 .
 start/stop threads from main thread
  * ThreadBase

Package: librepfunc-dev
Section: libdevel
Architecture: any
Multi-Arch: no
Depends: librepfunc1 (= ${binary:Version}), ${misc:Depends}
Description: set of C++ classes and utilities for building multimedia tools (dev files)
 This is a collection of utilities and functions used for example in w-scan-cpp
 .
 This package contains the files required to build other packages.