translit/translit-1.0-0.rockspec
2025-12-14 22:19:16 +04:00

26 lines
679 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package = "translit"
version = "1.0-0"
rockspec_format = '3.0'
source = {
url = "https://gitlabor.ru/Datenlabor/translit/archive/1.0-0.tar.gz",
}
description = {
summary = "Cyrillic-to-English and English-to-Cyrillic transliterator",
detailed = [[
Cyrillic-to-English and English-to-Cyrillic transliterator. Транслитерация с киррилицы на английский и обратно.
]],
labels = { 'transliterator', 'cyrillic','russian' } ,
homepage = "https://gitlabor.ru/Datenlabor/translit",
license = "MIT/X11"
}
dependencies = {
"lua >= 5.1",
"utf8 >= 1.2"
}
external_dependencies = {
}
build = {
type = "builtin"
}