summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/core/meta
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:45:59 +0000
commit19fcec84d8d7d21e796c7624e521b60d28ee21ed (patch)
tree42d26aa27d1e3f7c0b8bd3fd14e7d7082f5008dc /src/boost/libs/core/meta
parentInitial commit. (diff)
downloadceph-upstream.tar.xz
ceph-upstream.zip
Adding upstream version 16.2.11+ds.upstream/16.2.11+dsupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/core/meta')
-rw-r--r--src/boost/libs/core/meta/libraries.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/boost/libs/core/meta/libraries.json b/src/boost/libs/core/meta/libraries.json
new file mode 100644
index 000000000..00d6c903d
--- /dev/null
+++ b/src/boost/libs/core/meta/libraries.json
@@ -0,0 +1,72 @@
+[
+ {
+ "key": "core",
+ "name": "Core",
+ "authors": [
+ "Peter Dimov",
+ "Glen Fernandes",
+ "Andrey Semashev"
+ ],
+ "maintainers": [
+ "Peter Dimov <pdimov -at- pdimov.com>",
+ "Glen Fernandes <glenjofe -at- gmail.com>",
+ "Andrey Semashev <andrey.semashev -at- gmail.com>"
+ ],
+ "description": "A collection of simple core utilities with minimal dependencies.",
+ "category": [
+ "Miscellaneous"
+ ]
+ },
+ {
+ "key": "utility/enable_if",
+ "name": "Enable If",
+ "authors": [
+ "Jaakko J\u00e4rvi",
+ "Jeremiah Willcock",
+ "Andrew Lumsdaine"
+ ],
+ "description": "Selective inclusion of function template overloads.",
+ "documentation": "doc/html/core/enable_if.html",
+ "category": [
+ "Generic"
+ ],
+ "maintainers": [
+ "Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
+ "Jeremiah Willcock <jewillco -at- osl.iu.edu>"
+ ]
+ },
+ {
+ "key": "utility/swap",
+ "boost-version": "1.38.0",
+ "name": "Swap",
+ "authors": [
+ "Joseph Gauterin"
+ ],
+ "description": "Enhanced generic swap function.",
+ "documentation": "swap.html",
+ "category": [
+ "Miscellaneous"
+ ],
+ "maintainers": [
+ "Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
+ ]
+ },
+ {
+ "key": "bind/ref",
+ "name": "Ref",
+ "authors": [
+ "Jaako Järvi",
+ "Peter Dimov",
+ "Doug Gregor",
+ "Dave Abrahams"
+ ],
+ "description": "A utility library for passing references to generic functions.",
+ "documentation": "ref.html",
+ "std": [
+ "tr1"
+ ],
+ "category": [
+ "Function-objects"
+ ]
+ }
+]