libfplus 0.2.13-1 source package in Ubuntu

Changelog

libfplus (0.2.13-1) unstable; urgency=low

  * Initial release (Closes: #986239).

 -- Filippo Rusconi <email address hidden>  Thu, 01 Apr 2021 12:08:45 +0200

Upload details

Uploaded by:
Debichem Team
Uploaded to:
Sid
Original maintainer:
Debichem Team
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libfplus_0.2.13-1.dsc 2.0 KiB 7888bd7a9b984932f05598d22d363c63ac7a8da230306971ea07801ca2a341b8
libfplus_0.2.13.orig.tar.gz 273.3 KiB 74b7586464ab9fc1842da6445364c43be8c575a0741a5e566586e06f90b7af3f
libfplus_0.2.13-1.debian.tar.xz 10.0 KiB e7a4bade9299a2a97430f49bdf5d52f75dd191449282badf5e9a76ad9aee7973

No changes file available.

Binary packages built by this source

libfplus-dev: Helps developers writing concise and readable C++ code (dev files)

 Great code should mostly be self-documenting, but while using C++ in reality
 you can find yourself dealing with low-level stuff like iterators or
 hand-written loops that distract from the actual essence of your code.
 .
 FunctionalPlus is a small header-only library supporting you in reducing code
 noise and in dealing with only one single level of abstraction at a time. By
 increasing brevity and maintainability of your code it can improve
 productivity (and fun!) in the long run. It pursues these goals by providing
 pure and easy-to-use functions that free you from implementing commonly used
 flows of control over and over again.
 .
 This package ships this header-only library files.