librepfunc 1.6.4-1 source package in Ubuntu

Changelog

librepfunc (1.6.4-1) unstable; urgency=medium

  * Initial release. (Closes: #1023110)

 -- Fab Stz <email address hidden>  Sun, 30 Oct 2022 11:27:11 +0100

Upload details

Uploaded by:
bastif
Uploaded to:
Sid
Original maintainer:
bastif
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
librepfunc_1.6.4-1.dsc 1.9 KiB a028f73a131909b210f20e1de485a923aa61dae748fabd064f7823456983c724
librepfunc_1.6.4.orig.tar.xz 25.2 KiB fe2b276728f1e4184e13eb9fdb9079b2edb2b3b0d1394fa79b575752c8dc6c89
librepfunc_1.6.4-1.debian.tar.xz 2.7 KiB ba5c8b4eb107cbc957160d13d7bb64e3b83c1ca602f77ef8d77e552ec5e91742

No changes file available.

Binary packages built by this source

librepfunc-dev: 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.

librepfunc1: 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

librepfunc1-dbgsym: debug symbols for librepfunc1