summaryrefslogtreecommitdiffstats
path: root/libraries/fmt/README
diff options
context:
space:
mode:
author Hunter Sezen <orbea@riseup.net>2019-08-24 23:49:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-24 23:49:13 +0700
commit6545262c9f97c38679730204ce0a66f93d5b14e0 (patch)
tree24e660fbc94fd30ca54415c66fd1668b8451c6cc /libraries/fmt/README
parentf2742f924d5f982efbcbe68229719575a44d6d44 (diff)
downloadslackbuilds-6545262c9f97c38679730204ce0a66f93d5b14e0.tar.gz
slackbuilds-6545262c9f97c38679730204ce0a66f93d5b14e0.tar.xz
libraries/fmt: Added (A modern formatting library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/fmt/README')
-rw-r--r--libraries/fmt/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/fmt/README b/libraries/fmt/README
new file mode 100644
index 0000000000..aac25b6316
--- /dev/null
+++ b/libraries/fmt/README
@@ -0,0 +1,2 @@
+{fmt} is an open-source formatting library for C++. It can be used as a
+safe and fast alternative to (s)printf and iostreams.