Add fractions package

This commit is contained in:
konqoro 2016-10-31 18:32:50 +02:00 committed by GitHub
parent b3795fed57
commit 5bf046c2f5

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"
}
]