mirror of
https://github.com/nim-lang/niminst
synced 2026-01-05 09:01:10 +00:00
No description
|
|
||
|---|---|---|
| .gitignore | ||
| buildbat.tmpl | ||
| buildsh.tmpl | ||
| copying.txt | ||
| debcreation.nim | ||
| deinstall.tmpl | ||
| EnvVarUpdate.nsh | ||
| inno.tmpl | ||
| install.tmpl | ||
| installer_example.ini | ||
| makefile.tmpl | ||
| niminst.nim | ||
| niminst.nimble | ||
| niminst.txt | ||
| nsis.tmpl | ||
| readme.txt | ||
This package contains the Niminst tool, a tool to generate installers for Nim based software. Nim is a compiled, garbage-collected systems programming language which has an excellent productivity/performance ratio. Nim's design focuses on efficiency, expressiveness, elegance (in the order of priority). To build it:: nim c niminst To build the documentation:: nim rst2html niminst.txt Niminst is licensed under the MIT license. Read copying.txt for more details. Copyright (c) 2006-2015 Andreas Rumpf.