summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/array/meta
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/boost/libs/array/meta/libraries.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/boost/libs/array/meta/libraries.json b/src/boost/libs/array/meta/libraries.json
new file mode 100644
index 000000000..7710ee25e
--- /dev/null
+++ b/src/boost/libs/array/meta/libraries.json
@@ -0,0 +1,17 @@
+{
+ "key": "array",
+ "name": "Array",
+ "authors": [
+ "Nicolai Josuttis"
+ ],
+ "description": "STL compliant container wrapper for arrays of constant size.",
+ "std": [
+ "tr1"
+ ],
+ "category": [
+ "Containers"
+ ],
+ "maintainers": [
+ "Marshall Clow <marshall -at- idio.com>"
+ ]
+}