diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2019-08-31 15:36:26 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-31 20:36:26 +0200 |
| commit | 453a0be598e06cb9697696348e7fb36fa01678a9 (patch) | |
| tree | 0d21e6495cd0fab4aa3835cf892ba226c1457688 | |
| parent | ed128e5cbf33e1e11398a31ffdabad60043302ce (diff) | |
| download | packages-453a0be598e06cb9697696348e7fb36fa01678a9.tar.gz packages-453a0be598e06cb9697696348e7fb36fa01678a9.zip | |
Added package euclidean (#1156)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4607ecc..d6bc714 100644 --- a/packages.json +++ b/packages.json @@ -14169,6 +14169,20 @@ "web": "https://github.com/juancarlospaco/nim-easings" }, { + "name": "euclidean", + "url": "https://github.com/juancarlospaco/nim-euclidean", + "method": "git", + "tags": [ + "euclidean", + "modulo", + "division", + "math" + ], + "description": "Euclidean Division & Euclidean Modulo", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-euclidean" + }, + { "name": "fletcher", "url": "https://github.com/Akito13/nim-fletcher", "method": "git", |
