2023-12-08 15:25:58 +00:00
|
|
|
(hall-description
|
|
|
|
(name "guile-docs")
|
|
|
|
(prefix "guile")
|
|
|
|
(version "0.1")
|
|
|
|
(author "")
|
|
|
|
(copyright (2023))
|
|
|
|
(synopsis "")
|
|
|
|
(description "")
|
|
|
|
(home-page "")
|
|
|
|
(license gpl3+)
|
|
|
|
(dependencies `())
|
|
|
|
(skip ())
|
|
|
|
(files (libraries
|
2023-12-13 01:14:49 +00:00
|
|
|
((directory
|
|
|
|
"guile-docs"
|
|
|
|
((scheme-file "docs") (scheme-file "reflection")))
|
2023-12-11 05:41:35 +00:00
|
|
|
(scheme-file "guile-docs")))
|
|
|
|
(tests ())
|
|
|
|
(programs ())
|
2023-12-08 15:25:58 +00:00
|
|
|
(documentation
|
2023-12-11 05:41:35 +00:00
|
|
|
((directory "doc" ((texi-file "guile-docs")))
|
2023-12-08 15:25:58 +00:00
|
|
|
(text-file "COPYING")
|
2023-12-11 05:41:35 +00:00
|
|
|
(text-file "HACKING")
|
|
|
|
(symlink "README" "README.org")
|
|
|
|
(org-file "README")))
|
2023-12-08 15:25:58 +00:00
|
|
|
(infrastructure
|
2023-12-11 05:41:35 +00:00
|
|
|
((scheme-file "hall")
|
2023-12-08 15:25:58 +00:00
|
|
|
(text-file ".gitignore")
|
2023-12-11 05:41:35 +00:00
|
|
|
(scheme-file "guix")
|
|
|
|
(scheme-file "manifest")))))
|