Files
suyu/externals/vcpkg/buildtrees/boost-iterator/src/ost-1.79.0-52b6e6951f.clean/meta/libraries.json
Crimson-Hawk f1e4595ebf Initial commit
2024-03-05 16:42:40 +08:00

20 lines
709 B
JSON
Executable File

{
"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>"
],
"cxxstd": "03"
}