mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-11-12 14:53:15 -06:00
18 lines
271 B
Text
18 lines
271 B
Text
|
# Package
|
||
|
|
||
|
version = "2023.1001"
|
||
|
author = "Daylin Morgan"
|
||
|
description = "nim-lang packages alternate ui"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
bin = @["nimpkgs"]
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 2.0.0"
|
||
|
requires "karax"
|
||
|
requires "jsony"
|
||
|
|
||
|
|