mn.nimble
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import mnpkg/meta # Package version = pkgVersion author = pkgAuthor description = pkgDescription license = "MIT" bin = @[pkgName] installFiles = @["mn.yml", "mn.nim"] installDirs = @["mnpkg"] # Dependencies requires "nim >= 1.4.4"