diff options
| author | Michael Jendrusch <Jendrusch@stud.uni-heidelberg.de> | 2018-02-27 12:22:01 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-27 11:22:01 +0000 |
| commit | acfd70e473ddbbe31a1bfb295d2851b3303b9825 (patch) | |
| tree | 8a4ff0a106fe8e86979c9093af94df99413da537 | |
| parent | 0ac2a6353cdebcccbe53f6077923ccd855ab7be6 (diff) | |
| download | packages-acfd70e473ddbbe31a1bfb295d2851b3303b9825.tar.gz packages-acfd70e473ddbbe31a1bfb295d2851b3303b9825.zip | |
add metric. (#661)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4171c39..7d69703 100644 --- a/packages.json +++ b/packages.json @@ -8258,6 +8258,20 @@ "web": "https://github.com/dom96/pwned" }, { + "name": "metric", + "url": "https://github.com/mjendrusch/metric", + "method": "git", + "tags": [ + "library", + "units", + "scientific", + "dimensional-analysis" + ], + "description": "Dimensionful types and dimensional analysis.", + "license": "MIT", + "web": "https://github.com/mjendrusch/metric" + }, + { "name": "useragents", "url": "https://github.com/treeform/useragents", "method": "git", |
