edward-contrib

Extra commands for the extensible edward text editor

git clone https://git.8pit.net/edward-contrib.git

 1((author "Sören Tempel")
 2 (synopsis "A variant of the edward text editor with non-POSIX extensions")
 3 (version "0.1.0")
 4 (license "GPLv3")
 5 (platform unix)
 6 (dependencies edward r7rs srfi-1 srfi-14)
 7 (component-options
 8   (csc-options "-d3" "-O3" "-X" "r7rs" "-R" "r7rs"))
 9 (components
10   (program edward-contrib
11            (source-dependencies "util.scm"))))