diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-11-14 10:29:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-14 10:29:45 +0000 |
| commit | d31408f40453fb32a352bae79591e26a6df5139e (patch) | |
| tree | 11a1f21fa6765f6daeee7c65249115c98046e43b | |
| parent | fdf73005a43e2575b3010a21b96c05372a60f848 (diff) | |
| parent | d86ee027e0b623fe7284db0a76d66e15e755bfb3 (diff) | |
| download | packages-d31408f40453fb32a352bae79591e26a6df5139e.tar.gz packages-d31408f40453fb32a352bae79591e26a6df5139e.zip | |
Merge pull request #616 from treeform/add-chrono0323
Add package chrono
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 7d0c61d..c8a8c1e 100644 --- a/packages.json +++ b/packages.json @@ -7624,5 +7624,19 @@ "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" } ] |
