all repos — min @ 19cb6027b3a7eea96cb23159b8d1ddb8ca9c25c5

A small but practical concatenative programming language.

min.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
# Package

version       = "0.18.0"
author        = "Fabio Cevasco"
description   = "A tiny concatenative programming language and shell."
license       = "MIT"
bin           = @["min"]

# Dependencies

requires "nim >= 0.18.0"
requires "nifty"

before install:
  exec "nifty install"