aboutsummaryrefslogtreecommitdiff
path: root/libraries/tomlplusplus/slack-desc
diff options
context:
space:
mode:
authorMartin BĂ„ngens <marbangens@gmail.com>2022-07-08 05:12:22 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:06 +0700
commit4823ea8a0017f44edec7068254c05c9057a3cd15 (patch)
treec309f46ff5c5fbbc6e4a2ccbe5092ea40cfae472 /libraries/tomlplusplus/slack-desc
parent8f59b07d5cc00785c671deb94b5c9e9a27699786 (diff)
libraries/tomlplusplus: Added (TOML config file parser & serializer)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tomlplusplus/slack-desc')
-rw-r--r--libraries/tomlplusplus/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/tomlplusplus/slack-desc b/libraries/tomlplusplus/slack-desc
new file mode 100644
index 000000000000..cf01cbe335cd
--- /dev/null
+++ b/libraries/tomlplusplus/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+tomlplusplus: tomlplusplus (Header-only TOML config file parser and serializer)
+tomlplusplus:
+tomlplusplus: TOML is a file format for configuration files. It is intended to be
+tomlplusplus: easy to read and write due to obvious semantics which aim to be
+tomlplusplus: minimal, and is designed to map unambiguously to a dictionary.
+tomlplusplus:
+tomlplusplus: This is a modern library for C++17 plus with some C++20 features
+tomlplusplus: and supports serializing to JSON and YAM
+tomlplusplus:
+tomlplusplus:
+tomlplusplus: