2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Fixed boost status check library errors

This commit is contained in:
Nikita Kniazev
2018-10-02 03:01:33 +03:00
parent 393e7a6028
commit 49dd0c8fc1
3 changed files with 51 additions and 0 deletions

View File

@@ -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 <joel -at- boost-consulting.com>",
"Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
]
}

15
repository/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
</head>
<body>
Automatic redirection failed, click this
<a href="doc/html/index.html">link</a> &nbsp;<hr>
<p>© Copyright Beman Dawes, 2001</p>
<p>Distributed under the Boost Software License, Version 1.0. (See
accompanying file <a href="../../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at
<a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
</body>
</html>

View File

@@ -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 <joel -at- boost-consulting.com>",
"Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
]
}