diff options
Diffstat (limited to 'src/boost/libs/regex/meta')
-rw-r--r-- | src/boost/libs/regex/meta/libraries.json | 17 |
1 files changed, 17 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..a2aadf92d --- /dev/null +++ b/src/boost/libs/regex/meta/libraries.json @@ -0,0 +1,17 @@ +{ + "key": "regex", + "name": "Regex", + "authors": [ + "John Maddock" + ], + "description": "Regular expression library.", + "std": [ + "tr1" + ], + "category": [ + "String" + ], + "maintainers": [ + "John Maddock <john -at- johnmaddock.co.uk>" + ] +} |