Nim implementation of Syndicate
Go to file
Emery Hemingway 3509573f55 Preserves submodule 2021-10-06 11:54:42 +02:00
preserves@1c4214537b Preserves submodule 2021-10-06 11:54:42 +02:00
src DSL: rename "asserting" to "publish" 2021-09-22 14:39:30 +02:00
tests DSL: rename "asserting" to "publish" 2021-09-22 14:39:30 +02:00
.gitignore Use monotonic time for the timer driver 2021-07-09 17:45:44 +02:00
.gitmodules Add Preserves submodule 2021-09-06 18:24:33 +02:00
README.md Initial Syndicate DSL 2021-06-29 17:44:03 +02:00
UNLICENSE Unlicense 2021-09-01 13:47:21 +02:00
syndicate.nimble Add private HMAC-SHA256 implementation 2021-09-06 21:55:00 +02:00

README.md

Syndicate

Nim implementation of Syndicate dataspaces and actors.

TODO

  • Complete Syndicate DSL
  • Timer driver
  • Remote dataspaces
  • Async-dispatch integration