summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/thread/meta/libraries.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/thread/meta/libraries.json')
-rw-r--r--src/boost/libs/thread/meta/libraries.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/boost/libs/thread/meta/libraries.json b/src/boost/libs/thread/meta/libraries.json
new file mode 100644
index 000000000..d225f2917
--- /dev/null
+++ b/src/boost/libs/thread/meta/libraries.json
@@ -0,0 +1,19 @@
+[
+ {
+ "key": "thread",
+ "name": "Thread",
+ "authors": [
+ "Anthony Williams",
+ "Vicente J. Botet Escriba"
+ ],
+ "maintainers": [
+ "Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
+ ],
+ "description":
+ "Portable C++ multi-threading. C++03, C++11, C++14, C++17.",
+ "std": [ "proposal" ],
+ "category": [
+ "Concurrent", "System"
+ ]
+ }
+]