diff options
author | B. Watson <yalhcru@gmail.com> | 2018-07-09 08:46:56 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-07-09 08:46:56 +0100 |
commit | 3b015fee6acefa6c23ada34455b14febff0f921b (patch) | |
tree | dfc126517c0e7a19d492bcc723757da0d9e810e9 /libraries/remglk/README | |
parent | 6a28e5460391346f66840f64742b9e03f83a5d14 (diff) |
libraries/remglk: Added (RPC implementation of the Glk IF API).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/remglk/README')
-rw-r--r-- | libraries/remglk/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/remglk/README b/libraries/remglk/README new file mode 100644 index 0000000000000..9fb8594168377 --- /dev/null +++ b/libraries/remglk/README @@ -0,0 +1,9 @@ +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. |