From 98f305fd1e5aee08a6031897bca676f4492a8ccf Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Thu, 5 Sep 2019 06:11:16 -0300 Subject: [PATCH] Added package constants (#1159) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index fceb90c..ca257b7 100644 --- a/packages.json +++ b/packages.json @@ -14213,5 +14213,21 @@ "description": "Blitz3D-esque DX9 engine for Nim", "license": "MIT", "web": "https://github.com/Guevara-chan/Xors3D-for-Nim" + }, + { + "name": "constants", + "url": "https://github.com/juancarlospaco/nim-constants", + "method": "git", + "tags": [ + "math", + "physics", + "chemistry", + "biology", + "engineering", + "science" + ], + "description": "Mathematical numerical named static constants useful for different disciplines", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-constants" } ]