syndicate_utils/syndicate_utils.nimble

14 lines
508 B
Plaintext
Raw Normal View History

2022-06-09 01:25:45 +00:00
# Package
2024-02-09 15:24:45 +00:00
version = "20240209"
2022-06-09 01:25:45 +00:00
author = "Emery Hemingway"
description = "Utilites for Syndicated Actors and Synit"
license = "unlicense"
srcDir = "src"
bin = @["mintsturdyref", "mount_actor", "msg", "net_mapper", "preserve_process_environment", "syndesizer", "syndex_card"]
2022-06-09 01:25:45 +00:00
# Dependencies
requires "nim >= 2.0.0", "illwill", "syndicate >= 20240208", "ws", "https://github.com/ehmry/nim-sys.git#b974e1a4ca6ae7d89fc9e7b3714b1e7daf6f33e5", "https://github.com/nim-works/cps"