24 lines
539 B
JSON
Raw Normal View History

2016-12-17 20:53:18 +01:00
{
"name": "Complex",
2018-01-09 00:11:37 +01:00
"keywords": "Complex,numbers,Imaginary,phase,modulus,polar,conjugate,math,sin,cos,tan,exp,pow",
2021-09-14 11:58:53 +02:00
"description": "Library for Complex math. Implements Printable interface.",
2016-12-18 10:48:17 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 20:53:18 +01:00
"repository":
{
"type": "git",
2020-11-27 11:10:47 +01:00
"url": "https://github.com/RobTillaart/Complex.git"
2016-12-17 20:53:18 +01:00
},
2023-10-18 17:17:06 +02:00
"version": "0.3.3",
2021-05-28 14:16:25 +02:00
"license": "MIT",
2023-10-18 17:17:06 +02:00
"frameworks": "*",
2021-12-14 15:48:21 +01:00
"platforms": "*",
"headers": "Complex.h"
2016-12-17 20:53:18 +01:00
}