2024-02-29 18:03:58 +00:00
|
|
|
(hall-description
|
2024-03-03 18:13:22 +00:00
|
|
|
(name "uniseg")
|
2024-02-29 18:03:58 +00:00
|
|
|
(prefix "guile")
|
|
|
|
(version "0.1")
|
|
|
|
(author "Vivanne Langdon")
|
|
|
|
(email "")
|
|
|
|
(copyright (2024))
|
|
|
|
(synopsis "Library for utf-8 rune widths")
|
|
|
|
(description
|
|
|
|
"A library that provides guile character sets and operations to work with runes that are more than a single character width.")
|
|
|
|
(home-page
|
2024-03-03 18:13:22 +00:00
|
|
|
"https://git.solarpunk.moe/vv/guile-uniseg")
|
2024-02-29 18:03:58 +00:00
|
|
|
(license gpl3+)
|
|
|
|
(dependencies `())
|
|
|
|
(skip ())
|
|
|
|
(features
|
|
|
|
((guix #t)
|
|
|
|
(use-guix-specs-for-dependencies #f)
|
|
|
|
(native-language-support #f)
|
|
|
|
(licensing #f)))
|
|
|
|
(files (libraries
|
2024-03-03 18:13:22 +00:00
|
|
|
((scheme-file "uniseg")
|
2024-03-02 22:20:16 +00:00
|
|
|
(directory
|
2024-03-03 18:13:22 +00:00
|
|
|
"uniseg"
|
2024-03-02 18:37:54 +00:00
|
|
|
((scheme-file "emoji")
|
2024-03-02 22:20:16 +00:00
|
|
|
(directory "eastasian" ((scheme-file "locale")))
|
2024-03-02 18:37:54 +00:00
|
|
|
(scheme-file "eastasian")
|
2024-03-03 18:13:22 +00:00
|
|
|
(directory "graphemes" ((scheme-file "stream")))
|
2024-03-02 23:54:38 +00:00
|
|
|
(scheme-file "graphemes")
|
2024-03-02 19:04:34 +00:00
|
|
|
(scheme-file "internal")))))
|
2024-03-02 18:59:31 +00:00
|
|
|
(tests ((directory
|
2024-03-02 22:20:16 +00:00
|
|
|
"tests"
|
2024-03-04 02:17:15 +00:00
|
|
|
((scheme-file "test-eastasian-locale")
|
|
|
|
(scheme-file "test-uniseg")))))
|
2024-03-02 18:37:54 +00:00
|
|
|
(programs
|
|
|
|
((directory
|
|
|
|
"scripts"
|
|
|
|
((in-file "generate-east-asian")
|
2024-03-02 23:54:38 +00:00
|
|
|
(in-file "generate-emoji")
|
|
|
|
(in-file "generate-graphemes")))))
|
2024-02-29 18:03:58 +00:00
|
|
|
(documentation
|
|
|
|
((org-file "README")
|
2024-03-02 21:56:32 +00:00
|
|
|
(symlink "README" "README.org")
|
2024-02-29 18:03:58 +00:00
|
|
|
(text-file "HACKING")
|
|
|
|
(text-file "COPYING")
|
2024-03-03 18:13:22 +00:00
|
|
|
(directory "doc" ((texi-file "guile-uniseg")))))
|
2024-02-29 18:03:58 +00:00
|
|
|
(infrastructure
|
|
|
|
((scheme-file "guix")
|
|
|
|
(text-file ".gitignore")
|
2024-03-02 18:59:31 +00:00
|
|
|
(scheme-file "hall")))))
|