librepfunc 1.10.0-1 source package in Ubuntu

Changelog

librepfunc (1.10.0-1) unstable; urgency=medium

  * New upstream version 1.10.0

 -- Apostolos Kefalas <email address hidden>  Sun, 17 Mar 2024 12:19:26 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
librepfunc_1.10.0-1.dsc 1.9 KiB 7a93d5d20b75353bbcf2b7b10cc9e06633e663293db83dc6685fdb36bf50e587
librepfunc_1.10.0.orig.tar.xz 26.5 KiB df0c02b6489bcc1187cda19eb5d0292b242b42beb5cfb46e20a82bd52a4727fb
librepfunc_1.10.0-1.debian.tar.xz 3.1 KiB b9a0869b6bf2dd28a205c414cf5d7ceb1d53eb02dd409369f8cae34d9fd82102

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