36 lines
1.1 KiB
Scheme
36 lines
1.1 KiB
Scheme
(hall-description
|
|
(name "reflow")
|
|
(prefix "guile")
|
|
(version "0.1")
|
|
(author "Vivanne Langdon")
|
|
(email "")
|
|
(copyright (2024))
|
|
(synopsis "Guile port of reflow")
|
|
(description
|
|
"A library to provide easy text wrapping in consoles that preserves control-code formatting.")
|
|
(home-page
|
|
"https://git.solarpunk.moe/vv/guile-reflow")
|
|
(license gpl3+)
|
|
(dependencies `())
|
|
(skip ())
|
|
(features
|
|
((guix #t)
|
|
(use-guix-specs-for-dependencies #f)
|
|
(native-language-support #f)
|
|
(licensing #f)))
|
|
(files (libraries
|
|
((directory "reflow" ((scheme-file "ansi")))
|
|
(scheme-file "reflow")))
|
|
(tests ((directory "tests" ((scheme-file "test-ansi")))))
|
|
(programs ())
|
|
(documentation
|
|
((org-file "README")
|
|
(symlink "README" "README.org")
|
|
(text-file "HACKING")
|
|
(text-file "COPYING")
|
|
(directory "doc" ((texi-file "guile-reflow")))))
|
|
(infrastructure
|
|
((scheme-file "guix")
|
|
(text-file ".gitignore")
|
|
(scheme-file "hall")
|
|
(directory "tests" ())))))
|