diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-16 20:56:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 20:56:41 +0100 |
| commit | 098ff65a9ca4f5c6e39b89186a05757808d143e8 (patch) | |
| tree | fc2ceceea6ba5e58730bc08407f31cc09242efbc | |
| parent | 2e5aee52aab18a3f90044cb8a96643d822e39a16 (diff) | |
| parent | ad41def00017579eddd89960c5300757324f1d12 (diff) | |
| download | packages-098ff65a9ca4f5c6e39b89186a05757808d143e8.tar.gz packages-098ff65a9ca4f5c6e39b89186a05757808d143e8.zip | |
Merge pull request #702 from Udiknedormin/master
Add NimUnits
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f8570d5..fddf1f2 100644 --- a/packages.json +++ b/packages.json @@ -8917,5 +8917,22 @@ "description": "Bindings to the Keystone Assembler.", "license": "MIT", "web": "https://github.com/6A/Keystone.nim" + }, + { + "name": "units", + "url": "https://github.com/Udiknedormin/NimUnits", + "method": "git", + "tags": [ + "library", + "pure", + "units", + "physics", + "science", + "documentation", + "safety" + ], + "description": " Statically-typed quantity units.", + "license": "MIT", + "web": "https://github.com/Udiknedormin/NimUnits" } ] |
