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
|
Source: librepfunc
Section: libs
Priority: optional
Maintainer: Fab Stz <fabstz-it@yahoo.fr>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/wirbel-at-vdr-portal/librepfunc
Vcs-Git: https://salsa.debian.org/bastif/librepfunc.git
Vcs-Browser: https://salsa.debian.org/bastif/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}, ${shlibs: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.
|