blob: c3fe3d10a5f247b1bd200651091fa3b48d676adf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
(hall-description
(name "reading-heap")
(prefix "")
(version "0.1")
(author "Christopher R. Nelson")
(email "christopher.nelson@languidnights.com")
(copyright (2023))
(synopsis "")
(description "")
(home-page "")
(license gpl3+)
(dependencies `())
(skip ())
(features
((guix #f)
(native-language-support #f)
(licensing #f)))
(files (libraries
((scheme-file "reading-heap")
(directory
"reading-heap"
((unknown-type "hconfig.scm.hall")))))
(tests ((directory "tests" ())))
(programs ((directory "scripts" ())))
(documentation
((org-file "README")
(symlink "README" "README.org")
(text-file "HACKING")
(text-file "COPYING")
(directory "doc" ((texi-file "reading-heap")))))
(infrastructure
((scheme-file "guix")
(text-file ".gitignore")
(scheme-file "hall")))))
|