meta: refactor repository
This commit is contained in:
parent
a306e192a4
commit
599fe1903f
28 changed files with 276 additions and 136 deletions
14
templates/nim/CHANGE_NAME.nimble
Normal file
14
templates/nim/CHANGE_NAME.nimble
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Package
|
||||
|
||||
version = "CHANGE_VER"
|
||||
author = "Artur Manuel"
|
||||
description = "CHANGE DESC"
|
||||
license = "BSD-3-Clause"
|
||||
srcDir = "src"
|
||||
installExt = @["nim"]
|
||||
bin = @["nim"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 2.0.12"
|
Loading…
Add table
Add a link
Reference in a new issue