No description
Find a file
Andreas Rumpf b30ea9685f
Merge pull request #4 from yewpad/patch-broken-code
Upgrade to current standard, fixes a lot of broken code
2019-12-02 10:28:17 +01:00
.gitignore niminst is now a Nimble package; version 1.0.0 2015-06-20 23:53:04 +02:00
buildbat.tmpl niminst uses '#?' rather than '#!'; fixes PATH additions for NSIS target 2015-11-03 10:52:05 +01:00
buildsh.tmpl niminst uses '#?' rather than '#!'; fixes PATH additions for NSIS target 2015-11-03 10:52:05 +01:00
copying.txt niminst is now a Nimble package; version 1.0.0 2015-06-20 23:53:04 +02:00
debcreation.nim Upgrade to current standard, fixes a lot of broken code 2019-12-02 10:03:16 +01:00
deinstall.tmpl niminst uses '#?' rather than '#!'; fixes PATH additions for NSIS target 2015-11-03 10:52:05 +01:00
EnvVarUpdate.nsh niminst is now a Nimble package; version 1.0.0 2015-06-20 23:53:04 +02:00
inno.tmpl niminst uses '#?' rather than '#!'; fixes PATH additions for NSIS target 2015-11-03 10:52:05 +01:00
install.tmpl niminst uses '#?' rather than '#!'; fixes PATH additions for NSIS target 2015-11-03 10:52:05 +01:00
installer_example.ini niminst is now a Nimble package; version 1.0.0 2015-06-20 23:53:04 +02:00
makefile.tmpl niminst uses '#?' rather than '#!'; fixes PATH additions for NSIS target 2015-11-03 10:52:05 +01:00
niminst.nim Upgrade to current standard, fixes a lot of broken code 2019-12-02 10:03:16 +01:00
niminst.nimble niminst is now a Nimble package; version 1.0.0 2015-06-20 23:53:04 +02:00
niminst.txt niminst is now a Nimble package; version 1.0.0 2015-06-20 23:53:04 +02:00
nsis.tmpl Upgrade to current standard, fixes a lot of broken code 2019-12-02 10:03:16 +01:00
readme.txt niminst is now a Nimble package; version 1.0.0 2015-06-20 23:53:04 +02:00

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.