larcs-tui.org 3.5 KB

LARCS Text User Interface

WORKING Introduction

LARCS is, in and of itself, only a library. While this allows it to be used in other programs, it makes it difficult to use alone. Therefore, LARCS needs at least one User Interface, in this document a text-based user interface is defined, allowing the program to be used over an SSH connection. The only problem in this case is that graphics cannot be displayed, but in this case, they can be saved to graphics files for later use.

TOC   ignore

Functionality

WORKING Packaging [0/2]

Packaging


System Definition

  (asdf:defsystem #:larcs-tui
      :description "A Text-based User Interface for LARCS"
      :author "Samuel Flint <swflint@flintfam.org>"
      :license "GNU GPLv3 or Later"
      :depends-on (#:alexandria
                   #:command-line-arguments
                   #:cl-readline)
      :serial t
      :components ((:file "larcs-tui-packages")))

Push to bottom   ignore

Version Information

This document is version src_sh{git describe –always –long –dirty –abbrev=10 –tags}.