aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskilchen <skilchen@users.noreply.github.com>2017-07-08 15:57:40 +0200
committerDominik Picheta <dominikpicheta@googlemail.com>2017-07-08 14:57:40 +0100
commit195e3a918c1a629f09f705f47827d18078187ece (patch)
tree5a37436ffef577381a958b2851d1401da838284a
parent430f8801d605129b679d926eec72281da6d67bd9 (diff)
downloadpackages-195e3a918c1a629f09f705f47827d18078187ece.tar.gz
packages-195e3a918c1a629f09f705f47827d18078187ece.zip
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
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]