freebsd-ports/devel/libgraphqlparser/pkg-plist
Sunpoet Po-Chuan Hsieh f0508af695 Add libgraphqlparser 0.7.0
libgraphqlparser is a parser for GraphQL, a query language for describing data
requirements on complex application data models, implemented in C++11. It can be
used on its own in C++ code (or in C code via the pure C API defined in the c
subdirectory), or you can use it as the basis for an extension module for your
favorite programming language instead of writing your own parser from scratch.

WWW: https://github.com/graphql/libgraphqlparser
2020-05-03 20:46:12 +00:00

18 lines
655 B
Text

include/graphqlparser/Ast.h
include/graphqlparser/AstNode.h
include/graphqlparser/AstVisitor.h
include/graphqlparser/GraphQLParser.h
include/graphqlparser/JsonVisitor.h
include/graphqlparser/c/GraphQLAst.h
include/graphqlparser/c/GraphQLAstForEachConcreteType.h
include/graphqlparser/c/GraphQLAstNode.h
include/graphqlparser/c/GraphQLAstToJSON.h
include/graphqlparser/c/GraphQLAstVisitor.h
include/graphqlparser/c/GraphQLParser.h
include/graphqlparser/lexer.h
include/graphqlparser/location.hh
include/graphqlparser/parser.tab.hpp
include/graphqlparser/position.hh
include/graphqlparser/stack.hh
include/graphqlparser/syntaxdefs.h
lib/libgraphqlparser.so