Package Details: fmt-git 10.1.1.r40.g7529af8f-1

Git Clone URL: https://aur.archlinux.org/fmt-git.git (read-only, click to copy)
Package Base: fmt-git
Description: Open-source formatting library for C++
Upstream URL: https://fmt.dev/
Keywords: chrono formatting output printf
Licenses: MIT
Conflicts: fmt
Provides: fmt, libfmt.so
Submitter: ohmyarch
Maintainer: abouvier
Last Packager: abouvier
Votes: 10
Popularity: 0.000000
First Submitted: 2017-06-21 15:28 (UTC)
Last Updated: 2023-09-21 09:19 (UTC)

Dependencies (4)

Required by (323)

Sources (1)

Latest Comments

SpaceboyRoss commented on 2023-09-21 05:49 (UTC)

No longer compiles due to install: cannot stat 'fmt/LICENSE.rst': No such file or directory

abouvier commented on 2022-07-26 15:28 (UTC)

You should replace provides=('fmt' 'libfmt.so=8-64') by provides=("fmt=$pkgver" 'libfmt.so').

abouvier commented on 2021-11-26 15:14 (UTC)

You should add libfmt.so to the provides array.

kso commented on 2016-11-27 09:44 (UTC)

Hi Xentec, thanks very much for making it. I searched for fmtlib but did not know it was called libfmt. My bad. I have voted for it! :)

Xentec commented on 2016-11-24 12:23 (UTC)

I already made it long ago: https://aur.archlinux.org/packages/libfmt-git/ I was really conflicted about how to name it but decided to follow unix conventions, thus libfmt.

kso commented on 2016-11-24 12:19 (UTC)

Hi Xentec, any chances you will make a PKGBUILD for fmtlib soon? If not, I can attempt to make it. Thanks.

Xentec commented on 2015-01-07 17:05 (UTC)

Thanks for reminding. Updated.

lahwaacz commented on 2015-01-04 21:30 (UTC)

The build system was possibly changed, so this is now needed in order to build the shared library: cmake -DBUILD_SHARED_LIBS=TRUE ... See http://cppformat.readthedocs.org/en/latest/usage.html#building-the-library