Merge pull request #421 from konqoro/patch-1

Add fractions package
This commit is contained in:
Dominik Picheta 2016-10-31 18:32:02 +01:00 committed by GitHub
commit 8b9ee7b455

View File

@ -5398,5 +5398,19 @@
"description": "A wrapper for libui",
"license": "MIT",
"web": "https://github.com/nim-lang/ui"
},
{
"name": "fractions",
"url": "https://github.com/konqoro/fractions",
"method": "git",
"tags": [
"library",
"rationals",
"arithmetic",
"tuple"
],
"description": "Implements rational number arithmetic",
"license": "MIT",
"web": "https://github.com/konqoro/fractions"
}
]