diff options
Diffstat (limited to 'src/boost/libs/xpressive/meta/libraries.json')
-rw-r--r-- | src/boost/libs/xpressive/meta/libraries.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/boost/libs/xpressive/meta/libraries.json b/src/boost/libs/xpressive/meta/libraries.json new file mode 100644 index 00000000..fdc2b480 --- /dev/null +++ b/src/boost/libs/xpressive/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "xpressive", + "name": "Xpressive", + "authors": [ + "Eric Niebler" + ], + "description": "Regular expressions that can be written as strings or as expression templates, and which can refer to each other and themselves recursively with the power of context-free grammars.", + "category": [ + "String" + ], + "maintainers": [ + "Eric Niebler <eric -at- boostpro.com>" + ] +} |