|
|
|
|
@ -3,14 +3,7 @@
|
|
|
|
|
(define deps '("base" "crypto")) |
|
|
|
|
(define build-deps '("rackunit-lib" "scribble-lib" "sandbox-lib")) |
|
|
|
|
(define pkg-desc |
|
|
|
|
"Transactional actor system inspired by the E programming language") |
|
|
|
|
(define version "0.5") |
|
|
|
|
"A transactional, distributed actor model environment") |
|
|
|
|
(define version "0.6") |
|
|
|
|
(define pkg-authors '("cwebber")) |
|
|
|
|
#;(define raco-commands '(("crystal" (submod crystal/client main) |
|
|
|
|
"Run crystal client" |
|
|
|
|
#f) |
|
|
|
|
("crystal-server" |
|
|
|
|
(submod crystal/crystal-server main) |
|
|
|
|
"Run a crystal registry as a server" |
|
|
|
|
#f))) |
|
|
|
|
(define scribblings '(("scribblings/goblins.scrbl" (multi-page)))) |
|
|
|
|
|