diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-02-23 08:50:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-24 04:16:48 +0700 |
commit | 03336553423f9c1855865481e66477bc9bc0aceb (patch) | |
tree | 82176b6686a0dab50f64aa0d1f76efce662b1e0b /libraries/libgraphqlparser/README | |
parent | cd5d83a59393e11ffd0486112712ade5a1eba583 (diff) | |
download | slackbuilds-03336553423f9c1855865481e66477bc9bc0aceb.tar.gz |
libraries/libgraphqlparser: Added (A GraphQL query parser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgraphqlparser/README')
-rw-r--r-- | libraries/libgraphqlparser/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libgraphqlparser/README b/libraries/libgraphqlparser/README new file mode 100644 index 0000000000..7b26172715 --- /dev/null +++ b/libraries/libgraphqlparser/README @@ -0,0 +1,6 @@ +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. |