From 195e3a918c1a629f09f705f47827d18078187ece Mon Sep 17 00:00:00 2001 From: skilchen Date: Sat, 8 Jul 2017 15:57:40 +0200 Subject: [PATCH] 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 --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 2e96268..59d75e6 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]