boost/libs/regex/meta/libraries.json
2021-10-05 21:37:46 +02:00

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"
}