bbansi/bbansi.nimble

13 lines
258 B
Plaintext
Raw Permalink Normal View History

2023-09-10 18:14:36 -05:00
# Package
2024-03-19 12:37:41 -05:00
version = "0.1.1"
2023-09-10 18:14:36 -05:00
author = "Daylin Morgan"
description = "bbcode -> ansi"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
2023-09-11 00:29:59 -05:00
binDir = "bin"
bin = @["bbansi"]
2023-09-10 18:14:36 -05:00
# Dependencies
2023-09-20 15:41:03 -05:00
requires "nim >= 2.0.0"