diff options
| author | Andre von Houck <starplant@gmail.com> | 2017-11-13 19:23:45 -0800 |
|---|---|---|
| committer | Andre von Houck <starplant@gmail.com> | 2017-11-13 19:23:45 -0800 |
| commit | d1c533e50ea511cf25c72fb37078f65a934f3ea2 (patch) | |
| tree | c7c766c246a1855347505c2d0e8753d42e0953a6 | |
| parent | fdf73005a43e2575b3010a21b96c05372a60f848 (diff) | |
| download | packages-d1c533e50ea511cf25c72fb37078f65a934f3ea2.tar.gz packages-d1c533e50ea511cf25c72fb37078f65a934f3ea2.zip | |
Added package chrono
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7d0c61d..6b123f0 100644 --- a/packages.json +++ b/packages.json @@ -7624,5 +7624,20 @@ "description": "Method & assignment cascades for Nim, inspired by Smalltalk & Dart.", "license": "MIT", "web": "https://github.com/citycide/cascade" + }, + { + "name": "chrono", + "url": "https://github.com/treeform/chrono", + "method": "git", + "tags": [ + "library", + "timestamp", + "calendar", + "timezone", + "" + ], + "description": "Calendars, Timestamps and Timezones utilities.", + "license": "MIT", + "web": "https://github.com/treeform/chrono" } ] |
