syndicate-nim/syndicate.nimble

13 lines
477 B
Plaintext
Raw Normal View History

# Package
version = "20240403"
author = "Emery Hemingway"
description = "Syndicated actors for conversational concurrency"
2021-09-01 11:47:21 +00:00
license = "Unlicense"
srcDir = "src"
# Dependencies
2024-04-02 15:34:33 +00:00
requires "https://github.com/ehmry/hashlib.git >= 20231130", "nim >= 2.0.0", "https://git.syndicate-lang.org/ehmry/preserves-nim.git >= 20240312", "https://github.com/ehmry/nim-sys.git#4ef3b624db86e331ba334e705c1aa235d55b05e1", "https://git.sr.ht/~ehmry/nim_taps >= 20240402"