mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"key": "circular_buffer",
|
|
"name": "Circular Buffer",
|
|
"authors": [
|
|
"Jan Gaspar"
|
|
],
|
|
"description": "A STL compliant container also known as ring or cyclic buffer.",
|
|
"category": [
|
|
"Containers"
|
|
],
|
|
"maintainers": [
|
|
"Jan Gaspar <jano_gaspar -at- yahoo.com>"
|
|
]
|
|
}
|