enso: Init repo

This commit is contained in:
buckwheat
2025-12-25 19:21:16 -08:00
commit fdba0b01d4
7 changed files with 151 additions and 0 deletions

12
enso.nimble Normal file
View File

@ -0,0 +1,12 @@
# Package
version = "0.1.0"
author = "buckwheat"
description = "A minimalist IO Monad library in Nim"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 2.0.4"