mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
0333655342
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
416 B
Text
6 lines
416 B
Text
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.
|