conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

libgraphqlparser #191

Open kindlychung opened 5 years ago

kindlychung commented 5 years ago

repo: https://github.com/graphql/libgraphqlparser

A GraphQL query parser in C++ with C and C++ APIs

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.

Useful for modern web backend work.