calendar
A tiny calendar program
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-01 07:18 |
Tags
Authors
- Adam McDaniel
Installation
nimble install calendar
choosenim install calendar
git clone https://github.com/adam-mcdaniel/calendar
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| calendar | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.2.4 | No |
Source
| Repository | https://github.com/adam-mcdaniel/calendar |
|---|---|
| Homepage | https://github.com/adam-mcdaniel/calendar |
| Registry Source | nimble_official |
README
calendar
A tiny calendar program written to help relearn nim-lang.

Installation
Install with nimble.
git clone https://github.com/adam-mcdaniel/calendar
cd calendar
nimble install; cal