Merge branch 'develop' of https://github.com/boostorg/regex into develop

This commit is contained in:
jzmaddock
2014-09-25 11:45:51 +01:00

17
meta/libraries.json Normal file
View File

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