random-thinglike-things/ntdb/ntdb.nimble

15 lines
305 B
Nim

# Package
version = "0.1.0"
author = "Heav"
description = "A database of cellular automata patterns that can be searched in various ways."
license = "GPL-3.0-or-later"
srcDir = "src"
installExt = @["nim"]
bin = @["ntdb"]
# Dependencies
requires "nim >= 1.4.6"