fsh/fsh.nimble

14 lines
230 B
Plaintext
Raw Permalink Normal View History

2021-05-10 20:22:20 +00:00
# Package
version = "0.1.0"
author = "Sekulum Forka"
description = "A shell inspired by tcl"
license = "AGPL-3.0-only"
srcDir = "src"
bin = @["fsh"]
# Dependencies
requires "nim >= 1.4.4"