guile-nrepl/hall.scm

31 lines
955 B
Scheme

(hall-description
(name "guile-nrepl")
(prefix "")
(version "0.1")
(author "TakeV")
(copyright (2023))
(synopsis "")
(description "An nREPL implementation in guile")
(home-page "")
(license gpl3+)
(dependencies `(("guile-config" ,guile-config)
("guile-torrent" ,guile-torrent)))
(skip ())
(files (libraries
((directory
"guile-nrepl"
((scheme-file "bencode")))
(scheme-file "guile-nrepl")))
(tests ((directory "tests" ((scheme-file "bencode")))))
(programs ((directory "scripts" ())))
(documentation
((directory "doc" ((texi-file "guile-nrepl")))
(text-file "COPYING")
(text-file "HACKING")
(symlink "README" "README.org")
(org-file "README")))
(infrastructure
((scheme-file "hall")
(text-file ".gitignore")
(scheme-file "guix")))))