ctucx.git: nimstagit

[nimlang] incomplete reimplementation of stagit

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
# Package
version       = "0.1.0"
author        = "Leah (ctucx)"
description   = "stagit reimplementation in nimlang"
license       = "GPL-3.0"
srcDir        = "src"
bin           = @["nimstagit"]


# Dependencies
requires "nim >= 1.4.4"
requires "moustachu"
requires "markdown"
requires "https://cgit.ctu.cx/nimgit"