mirror of
https://github.com/kennethreitz/static_string.git
synced 2026-06-05 23:00:20 +00:00
6b243abe37
The other libraries reference "containers" instead of "container"
20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"key": "static_string",
|
|
"name": "Static String",
|
|
"authors": [
|
|
"Krystian Stasiowski",
|
|
"Vinnie Falco"
|
|
],
|
|
"description": "A fixed capacity dynamically sized string.",
|
|
"category": [
|
|
"Containers",
|
|
"String"
|
|
],
|
|
"maintainers": [
|
|
"Krystian Stasiowski <sdkrystian@gmail.com>",
|
|
"Alan de Freitas <alandefreitas@gmail.com>",
|
|
"Vinnie Falco <vinnie.falco@gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|