1{ 2 "name": "ceval", 3 "version": "1.0.0", 4 "description": "A single-header C/C++ library for parsing and evaluation of arithmetic expressions", 5 "main": "ceval.h", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/erstan/ceval-single-header.git" 9 }, 10 "keywords": [ 11 "c", 12 "calculator", 13 "math", 14 "interpreter", 15 "parser", 16 "eval", 17 "single-header" 18 ], 19 "author": "Ershad Tantry", 20 "license": "MIT", 21 "bugs": { 22 "url": "https://github.com/erstan/ceval-single-header/issues" 23 }, 24 "homepage": "https://github.com/erstan/ceval-single-header#readme" 25} 26