pkgsrc-wip/libgraphqlparser/PLIST
Kamil Rytarowski 20c9d02dc1 Import libgraphqlparser-0.4.1 as wip/libgraphqlparser.
libgraphqlparser is a parser for GraphQL, a query language created by Facebook
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.
2016-03-13 17:08:54 +01:00

31 lines
1.2 KiB
Plaintext

@comment $NetBSD$
include/graphqlparser/AstNode.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/${PKGNAME}/Ast.h
include/graphqlparser/${PKGNAME}/AstNode.h
include/graphqlparser/${PKGNAME}/AstVisitor.h
include/graphqlparser/${PKGNAME}/GraphQLParser.h
include/graphqlparser/${PKGNAME}/JsonVisitor.h
include/graphqlparser/${PKGNAME}/c/GraphQLAst.h
include/graphqlparser/${PKGNAME}/c/GraphQLAstForEachConcreteType.h
include/graphqlparser/${PKGNAME}/c/GraphQLAstNode.h
include/graphqlparser/${PKGNAME}/c/GraphQLAstToJSON.h
include/graphqlparser/${PKGNAME}/c/GraphQLAstVisitor.h
include/graphqlparser/${PKGNAME}/c/GraphQLParser.h
include/graphqlparser/${PKGNAME}/lexer.h
include/graphqlparser/${PKGNAME}/syntaxdefs.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