Nim implementation of Syndicate
Go to file
Emery Hemingway 8447822243 Move protocols to a submodule
The code generated from the protocols is commited here so the
submodule doesn't need to be checked out to build.
2021-10-06 11:58:43 +02:00
preserves@1c4214537b Preserves submodule 2021-10-06 11:54:42 +02:00
protocols@6cfd97c91a Move protocols to a submodule 2021-10-06 11:58:43 +02:00
src Move protocols to a submodule 2021-10-06 11:58:43 +02:00
tests Move protocols to a submodule 2021-10-06 11:58:43 +02:00
.gitignore Move protocols to a submodule 2021-10-06 11:58:43 +02:00
.gitmodules Move protocols to a submodule 2021-10-06 11:58:43 +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