blob: 5956ae6f05a67608ad85795e4914d1be7ea046d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"key": "bimap",
"name": "Bimap",
"authors": [
"Matias Capeletto"
],
"description": "Bidirectional maps library for C++. With Boost.Bimap you can create associative containers in which both types can be used as key.",
"category": [
"Containers",
"Data"
],
"maintainers": [
"Matias Capeletto <matias.capeletto -at- gmail.com>"
]
}
|