librepfunc 1.9.0-1 source package in Ubuntu

Changelog

librepfunc (1.9.0-1) unstable; urgency=medium

  [ Phil Wyett ]
  * Change VCS to debian group.

  [ Apostolos Kefalas ]
  * New upstream version 1.9.0
  * Update year in d/copyright

 -- Apostolos Kefalas <email address hidden>  Fri, 23 Feb 2024 19:47:40 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
librepfunc_1.9.0-1.dsc 1.9 KiB 105aad04803ba882e569418655b009fe49d20c3a52db4c1bacc1513be44b5bb9
librepfunc_1.9.0.orig.tar.xz 26.2 KiB a3cd8a5233e5515c609a1903671e35e1b2658dcd5070419a3a9e15358d81d883
librepfunc_1.9.0-1.debian.tar.xz 3.1 KiB 89d823e959be472d82fe1bbb58aeffeb014b9dff919d058fccea66aeeea548bd

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