diff --git a/classic/meta/libraries.json b/classic/meta/libraries.json new file mode 100644 index 000000000..8c1f7abd4 --- /dev/null +++ b/classic/meta/libraries.json @@ -0,0 +1,18 @@ +{ + "key": "spirit/classic", + "name": "Spirit Classic", + "authors": [ + "Joel de Guzman", + "Hartmut Kaiser", + "Dan Nuffer" + ], + "description": "LL parser framework represents parsers directly as EBNF grammars in inlined C++.", + "category": [ + "Parsing", + "String" + ], + "maintainers": [ + "Joel de Guzman ", + "Hartmut Kaiser " + ] +} diff --git a/repository/index.html b/repository/index.html new file mode 100644 index 000000000..1eb81150a --- /dev/null +++ b/repository/index.html @@ -0,0 +1,15 @@ + + + + + + + Automatic redirection failed, click this + link  
+

© Copyright Beman Dawes, 2001

+

Distributed under the Boost Software License, Version 1.0. (See + accompanying file + LICENSE_1_0.txt or copy at + www.boost.org/LICENSE_1_0.txt)

+ + \ No newline at end of file diff --git a/repository/meta/libraries.json b/repository/meta/libraries.json new file mode 100644 index 000000000..83d22efaa --- /dev/null +++ b/repository/meta/libraries.json @@ -0,0 +1,18 @@ +{ + "key": "spirit/repository", + "name": "Spirit Repository", + "authors": [ + "Joel de Guzman", + "Hartmut Kaiser", + "Dan Nuffer" + ], + "description": "The Spirit repository is a community effort collecting different reusable components (primitives, directives, grammars, etc.) for Qi parsers and Karma generators.", + "category": [ + "Parsing", + "String" + ], + "maintainers": [ + "Joel de Guzman ", + "Hartmut Kaiser " + ] +}