From 23934d7c0d41aee6a4f7d7a5fd00a9b67c01e49e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:00:20 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..537d803 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,18 @@ +{ + "key": "iterator", + "name": "Iterator", + "authors": [ + "Dave Abrahams", + "Jeremy Siek", + "Thomas Witt" + ], + "description": "The Boost Iterator Library contains two parts. The first is a system of concepts which extend the C++ standard iterator requirements. The second is a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors.", + "category": [ + "Iterators" + ], + "maintainers": [ + "David Abrahams ", + "Thomas Witt ", + "Jeffrey Lee Hellrung Jr. " + ] +}