librepfunc 1.7.0-1 source package in Ubuntu

Changelog

librepfunc (1.7.0-1) unstable; urgency=medium

  * d/control: Bump Standards-Version to 4.6.2 (no changes needed)
  * d/control: fix typo in long description
  * New upstream version 1.7.0

 -- Fab Stz <email address hidden>  Tue, 20 Jun 2023 22:05:28 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
librepfunc_1.7.0-1.dsc 1.9 KiB b2405044bd57e193527094e12444a3c6e12b60467571e85a5426f67972fbce5b
librepfunc_1.7.0.orig.tar.xz 25.5 KiB 10d92d5f3549aada4d4a5bd820bf7377057fa9a6bb40c5604831b85926609b15
librepfunc_1.7.0-1.debian.tar.xz 2.8 KiB 8e8a3a99df63dab14e687d04d756dee36bfbdc4bc6db68d4e3897159836cffd6

Available diffs

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