slackbuilds_ponce/libraries/libgraphqlparser
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
libgraphqlparser.info
libgraphqlparser.patch
libgraphqlparser.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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.