{
  "name": "ceval",
  "version": "1.0.0",
  "description": "A single-header C/C++ library for parsing and evaluation of arithmetic expressions",
  "main": "ceval.h",
  "repository": {
    "type": "git",
    "url": "https://github.com/erstan/ceval-single-header.git"
  },
  "keywords": [
    "c",
    "calculator",
    "math",
    "interpreter",
    "parser",
    "eval",
    "single-header"
  ],
  "author": "Ershad Tantry",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/erstan/ceval-single-header/issues"
  },
  "homepage": "https://github.com/erstan/ceval-single-header#readme"
}
