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:
18
classic/meta/libraries.json
Normal file
18
classic/meta/libraries.json
Normal 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
15
repository/index.html
Normal 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> <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>
|
||||
18
repository/meta/libraries.json
Normal file
18
repository/meta/libraries.json
Normal 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>"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user