aether

MIT (See LICENSE.md)

A DSL for emulating an actor-based distributed system, housed on a family of emulated devices.

$ area51 add aetherCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(aether:some-function ...)