slackbuilds_ponce/libraries/remglk
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
remglk.info
remglk.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
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.