aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/CONTROL
diff options
context:
space:
mode:
authorArkadiy Shapkin <arkady.shapkin@gmail.com>2016-09-21 19:45:16 +0300
committerArkadiy Shapkin <arkady.shapkin@gmail.com>2016-09-21 19:45:16 +0300
commit45c65e0c90adc6da8dbf0db08f23e5ae61a1f416 (patch)
tree41bb0dd554a1af3d2cec7fc4c4f0fa303de24bab /ports/fmt/CONTROL
parent4897b8c1568253a192de5a9fdfe76c5c155d28b8 (diff)
downloadvcpkg-45c65e0c90adc6da8dbf0db08f23e5ae61a1f416.tar.gz
vcpkg-45c65e0c90adc6da8dbf0db08f23e5ae61a1f416.zip
Added fmt library https://github.com/fmtlib/fmt
Diffstat (limited to 'ports/fmt/CONTROL')
-rw-r--r--ports/fmt/CONTROL3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL
new file mode 100644
index 000000000..9dfbac160
--- /dev/null
+++ b/ports/fmt/CONTROL
@@ -0,0 +1,3 @@
+Source: fmt
+Version: 3.0.0
+Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.