SlackBuildsOrg/libraries/remglk
B. Watson 4d93a7c10d
libraries/remglk: Updated for version 0.3.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-07 08:13:48 +07:00
..
README
remglk.info
remglk.SlackBuild
slack-desc

remglk (remote-procedure-call implementation of the Glk IF API)

remglk is an implementation of the Glk Interactive Fiction library which
supports structured input and output.

RemGlk does not provide a user interface. Instead, it wraps up the
application's output as a JSON data structure and sends it to stdout. It
then waits for input to arrive from stdin; the input data must also be
encoded as JSON.