项目作者: muxueqz

项目描述 :
cjson for nim
高级语言: Nim
项目地址: git://github.com/muxueqz/nim_cjson.git
创建时间: 2018-08-22T08:37:43Z
项目社区:https://github.com/muxueqz/nim_cjson

开源协议:GNU General Public License v3.0

下载


nim_cjson

Nim_cjson is a Nim wrapper for the cjson library

Nim_cjson is distributed as a Nimble package and depends on nimgen and c2nim to generate the wrappers. The rax source code is downloaded using git.

Installation

Nim_cjson can be installed via Nimble:

  1. > nimble install nimgen
  2. > git clone https://github.com/muxueqz/nim_cjson
  3. > cd nim_cjson
  4. > nimble install -y

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