diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-01 17:04:37 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-01 17:04:37 -0800 |
commit | 2a4088119cf41175457414dfa59bd4064b8f0562 (patch) | |
tree | 64fe184e399f9870ebd481a90eec34d51e5dff68 /archive/1.vm.arc/charterm/info.rkt | |
parent | 23fd294d85959c6b476bcdc35ed6ad508cc99b8f (diff) | |
download | mu-2a4088119cf41175457414dfa59bd4064b8f0562.tar.gz |
5852
Diffstat (limited to 'archive/1.vm.arc/charterm/info.rkt')
-rw-r--r-- | archive/1.vm.arc/charterm/info.rkt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/archive/1.vm.arc/charterm/info.rkt b/archive/1.vm.arc/charterm/info.rkt deleted file mode 100644 index 64eeaefe..00000000 --- a/archive/1.vm.arc/charterm/info.rkt +++ /dev/null @@ -1,29 +0,0 @@ -#lang setup/infotab - -(define mcfly-planet 'neil/charterm:3:1) -(define name "CharTerm") -(define mcfly-subtitle "Character-cell Terminal Interface in Racket") -(define blurb (list name ": Character-cell Terminal Interface")) -(define homepage "http://www.neilvandyke.org/racket-charterm/") -(define mcfly-author "Neil Van Dyke") -(define repositories '("4.x")) -(define categories '(misc)) -(define can-be-loaded-with 'all) -(define scribblings '(("doc.scrbl" () (library)))) -(define primary-file "main.rkt") -(define mcfly-start "charterm.rkt") -(define mcfly-files '(defaults - "charterm.rkt" - "demo.rkt" - "test-charterm.rkt")) -(define mcfly-license "LGPLv3") - -(define mcfly-legal - "Copyright 2012 -- 2013 Neil Van Dyke. This program is Free Software; you -can redistribute it and/or modify it under the terms of the GNU Lesser General -Public License as published by the Free Software Foundation; either version 3 -of the License, or (at your option) any later version. This program is -distributed in the hope that it will be useful, but without any warranty; -without even the implied warranty of merchantability or fitness for a -particular purpose. See http://www.gnu.org/licenses/ for details. For other -licenses and consulting, please contact the author.") |