forge/forge.nimble

12 lines
308 B
Text
Raw Normal View History

2024-12-17 14:51:05 -06:00
version = "2024.1005"
2023-09-05 16:47:37 -05:00
author = "Daylin Morgan"
description = "build nim binaries for all the platforms"
license = "MIT"
srcDir = "src"
bin = @["forge", "forgecc"]
binDir = "bin"
2024-09-26 17:21:52 -05:00
requires "nim >= 2.0.0"
2025-01-25 17:06:53 -06:00
requires "https://github.com/daylinmorgan/hwylterm#a88765"