2023-10-18 17:17:06 +02:00

24 lines
539 B
JSON

{
"name": "Complex",
"keywords": "Complex,numbers,Imaginary,phase,modulus,polar,conjugate,math,sin,cos,tan,exp,pow",
"description": "Library for Complex math. Implements Printable interface.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Complex.git"
},
"version": "0.3.3",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Complex.h"
}