mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-08 17:54:04 -05:00
19 lines
350 B
JSON
Executable File
19 lines
350 B
JSON
Executable File
{
|
|
"key": "tuple",
|
|
"name": "Tuple",
|
|
"authors": [
|
|
"Jaakko Järvi"
|
|
],
|
|
"description": "Ease definition of functions returning multiple values, and more.",
|
|
"std": [
|
|
"tr1"
|
|
],
|
|
"category": [
|
|
"Data"
|
|
],
|
|
"maintainers": [
|
|
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|