mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-11 13:33:56 +00:00
Add metadata file.
This commit is contained in:
parent
785680d929
commit
23934d7c0d
18
meta/libraries.json
Normal file
18
meta/libraries.json
Normal file
@ -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 <dave -at- boost-consulting.com>",
|
||||||
|
"Thomas Witt <witt - at - acm.org>",
|
||||||
|
"Jeffrey Lee Hellrung Jr. <jeffrey.hellrung -at- gmail.com>"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user