added nimcalcal - translation of PyCalCal: calendrical computations from Reingold/Dershowitz (#535)

* added nimcalcal - PyCalCal translated to Nim - Calendrical Calculations from Reingold/Dershowitz

* added nimcalcal - PyCalCal translated to Nim - Calendrical Calculations from Reingold/Dershowitz

* third try
This commit is contained in:
skilchen 2017-07-08 15:57:40 +02:00 committed by Dominik Picheta
parent 430f8801d6
commit 195e3a918c

View File

@ -6666,5 +6666,17 @@
"description": "NiGui is a cross-platform, desktop GUI toolkit using native widgets.",
"license": "MIT",
"web": "https://github.com/trustable-code/NiGui"
},
{
"name": "nimcalcal",
"url": "https://github.com/skilchen/nimcalcal",
"method": "git",
"tags": [
"calendar",
"library"
],
"description": "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz",
"license": "MIT",
"web": "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml"
}
]