all repos — min @ 86e4b322c3d1225f9e025adb8109e0ae2ad18769

A small but practical concatenative programming language.

core/consts.nim

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