nimgraphql

libgraphqlparser wrapper for Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Tags

Installation

nimble install nimgraphql
choosenim install nimgraphql
git clone https://github.com/genotrance/nimgraphql

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimgraphql - - - - - - -

Source

Repository https://github.com/genotrance/nimgraphql
Homepage https://github.com/genotrance/nimgraphql
Registry Source nimble_official

README

Nimgraphql is a Nim wrapper for the libgraphqlparser library.

Nimgraphql is distributed as a Nimble package and depends on nimterop to generate the wrapper. Python v2 and cmake are also required as part of the libgraphqlparser build process. The libgraphqlparser source code is downloaded using Git so having git in the path is required.

Installation

Nimgraphql can be installed via Nimble:

> nimble install https://github.com/genotrance/nimgraphql

This will download, wrap and install nimgraphql in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

Usage

Refer to the tests directory for examples on how the library can be used.

Credits

Nimgraphql wraps the libgraphqlparser source code and all licensing terms of libgraphqlparser apply to the usage of this package.

Feedback

Nimgraphql is a work in progress and any feedback or suggestions are welcome. It is hosted on GitHub with an MIT license so issues, forks and PRs are most appreciated.