aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2019-09-05 06:11:16 -0300
committerMiran <narimiran@disroot.org>2019-09-05 11:11:16 +0200
commit98f305fd1e5aee08a6031897bca676f4492a8ccf (patch)
treea27fbd013b440ec47b3e98008781ccf61e29bd0a
parente61ec5283e46c22e30601e905dbd7f2eb4972ee9 (diff)
downloadpackages-98f305fd1e5aee08a6031897bca676f4492a8ccf.tar.gz
packages-98f305fd1e5aee08a6031897bca676f4492a8ccf.zip
Added package constants (#1159)
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
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"
}
]