slackbuilds/libraries/remglk
B. Watson 3933b4639e
libraries/remglk: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-12-04 10:08:58 +07:00
..
README
remglk.SlackBuild libraries/remglk: Remove template comment. 2021-12-04 10:08:58 +07:00
remglk.info
slack-desc

README

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.