diff options
Diffstat (limited to 'src/boost/libs/regex/meta/libraries.json')
-rw-r--r-- | src/boost/libs/regex/meta/libraries.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/boost/libs/regex/meta/libraries.json b/src/boost/libs/regex/meta/libraries.json new file mode 100644 index 000000000..026de86c7 --- /dev/null +++ b/src/boost/libs/regex/meta/libraries.json @@ -0,0 +1,18 @@ +{ + "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" +} |