add metric. (#661)

This commit is contained in:
Michael Jendrusch 2018-02-27 12:22:01 +01:00 committed by Dominik Picheta
parent 0ac2a6353c
commit acfd70e473

View File

@ -8257,6 +8257,20 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/dom96/pwned" "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", "name": "useragents",
"url": "https://github.com/treeform/useragents", "url": "https://github.com/treeform/useragents",