24 lines
501 B
JSON
Raw Normal View History

2021-05-30 14:16:54 +02:00
{
"name": "relativity",
"keywords": "relativity, speed of light, time, length, mass, dilation",
"description": "library with relativity functions.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/relativity.git"
},
2022-11-23 14:54:09 +01:00
"version": "0.1.4",
2021-05-30 14:16:54 +02:00
"license": "MIT",
"frameworks": "*",
2021-12-27 20:50:10 +01:00
"platforms": "*",
"headers": "relativity.h"
2021-05-30 14:16:54 +02:00
}