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.
nim-lang/niminst
EDIT: now archived, see https://github.com/nim-lang/Nim/issues/15946. niminst is a tool to generate an installer for a Nim program. Currently it can create an installer for Windows as well as installation/deinstallation scripts for UNIX. Some support for Linux' package management systems is also included.
NimNOASSERTION