aboutsummaryrefslogtreecommitdiff
path: root/libraries/remglk/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-07-09 08:46:56 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2018-07-09 08:46:56 +0100
commit3b015fee6acefa6c23ada34455b14febff0f921b (patch)
treedfc126517c0e7a19d492bcc723757da0d9e810e9 /libraries/remglk/README
parent6a28e5460391346f66840f64742b9e03f83a5d14 (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/README9
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.