all repos — min @ 2770eed4011fb072321fbe02f07891e9ac396d67

A small but practical concatenative programming language.

core/consts.nim

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