syndev/syndev.nimble

14 lines
382 B
Plaintext
Raw Permalink Normal View History

2023-07-02 14:22:15 +00:00
# Package
2024-03-15 09:56:40 +00:00
version = "20240315"
2023-07-02 14:22:15 +00:00
author = "Emery Hemingway"
2024-03-15 09:56:40 +00:00
description = "Syndicate utilties for Linux."
2023-07-02 14:22:15 +00:00
license = "Unlicense"
srcDir = "src"
2024-03-15 09:56:40 +00:00
bin = @["uevent_dump"]
2023-07-02 14:22:15 +00:00
# Dependencies
2024-03-15 09:56:40 +00:00
requires "nim >= 1.6.12", "syndicate >= 20240208", "https://github.com/ehmry/nim-sys.git#b974e1a4ca6ae7d89fc9e7b3714b1e7daf6f33e5", "https://github.com/nim-works/cps"