guile-docs/hall.scm
TakeV 713f88c1c3
Add record <docs>
Add docs-in-module

The new <docs> record is how we can pass around information associated with a
particular symbol. It stores the symbol, module, and documentation right now,
but could be extended later.

docs-in-module will let us grab a list of <doc> from a specified module.
2023-12-12 20:14:49 -05:00

30 lines
830 B
Scheme

(hall-description
(name "guile-docs")
(prefix "guile")
(version "0.1")
(author "")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `())
(skip ())
(files (libraries
((directory
"guile-docs"
((scheme-file "docs") (scheme-file "reflection")))
(scheme-file "guile-docs")))
(tests ())
(programs ())
(documentation
((directory "doc" ((texi-file "guile-docs")))
(text-file "COPYING")
(text-file "HACKING")
(symlink "README" "README.org")
(org-file "README")))
(infrastructure
((scheme-file "hall")
(text-file ".gitignore")
(scheme-file "guix")
(scheme-file "manifest")))))