all repos — min @ 172fbe14240f22e98bca3612f239a9680fb049e8

A small but practical concatenative programming language.

core/consts.nim

 1
 2
 3
 4
 5
 6
const
  pkgName*        = "min"
  pkgVersion*     = "0.21.1"
  pkgAuthor*      = "Fabio Cevasco"
  pkgDescription* = "A tiny concatenative programming language and shell."