all repos — min @ 8b24e37f891150a08c73b2f7dcb0925191be64d5

A small but practical concatenative programming language.

core/consts.nim

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