mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-13 03:04:06 -05:00
19 lines
318 B
JSON
19 lines
318 B
JSON
|
{
|
||
|
"key": "regex",
|
||
|
"name": "Regex",
|
||
|
"authors": [
|
||
|
"John Maddock"
|
||
|
],
|
||
|
"description": "Regular expression library.",
|
||
|
"std": [
|
||
|
"tr1"
|
||
|
],
|
||
|
"category": [
|
||
|
"String"
|
||
|
],
|
||
|
"maintainers": [
|
||
|
"John Maddock <john -at- johnmaddock.co.uk>"
|
||
|
],
|
||
|
"cxxstd": "11"
|
||
|
}
|