syndicated-open/xdg_open_ng.nimble

14 lines
257 B
Plaintext
Raw Normal View History

2022-02-26 23:39:22 +00:00
# Package
version = "99999999"
2022-02-26 23:39:22 +00:00
author = "Emery"
description = "A better xdg-open"
license = "Unlicense"
srcDir = "src"
bin = @[ "uri_runner", "xdg_open"]
# Dependencies
2022-04-23 23:32:43 +00:00
requires "nim >= 1.6.4", "syndicate >= 1.3.0"