Version: 8.1.1, Package name: fmt-8.1.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description fmt is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. Features include: - Simple format API with positional arguments for localization Format - string syntax similar to Python's format - Safe printf implementation including POSIX extensions for positional arguments - Fast IEEE 754 floating-point formatter with correct rounding, shortness and round-trip guarantees |
Filesize: 806.889 KB |
Version History (View Complete History) |
|
2021-10-16 02:02:18 by Rafael Sadowski | Files touched by this commit (7) |
Log message: Update to fmt 8.0.1. From Brad |
2021-01-30 08:37:06 by Charlene Wendling | Files touched by this commit (2) |
Log message: devel/fmt: fix the build on clang+ld.bfd archs. fmt needs to be built without -Wl,--as-needed on these archs, add a AS_NEEDED option to do so. This fixes the build on powerpc and mips64. Thanks to jj@ for testing on mips64, where there is still an int128 related test failure. OK jca@ and Ashton Fagg (maintainer) |