Added package emath (#2383)

This commit is contained in:
Hamid Bluri 2022-10-13 18:13:49 +03:30 committed by GitHub
parent 892bb62f37
commit 8ff2a0b0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27716,5 +27716,21 @@
"description": "Simple DNS server for local development.",
"license": "BSD-3-Clause",
"web": "https://github.com/vandot/lodns"
},
{
"name": "emath",
"url": "https://github.com/hamidb80/emath",
"method": "git",
"tags": [
"math",
"expression",
"library",
"evaluator",
"ast",
"evaluation"
],
"description": "math parser/evaluator library",
"license": "MIT",
"web": "https://github.com/hamidb80/emath"
}
]