This commit is contained in:
Татьяна Фарбер 2025-12-14 22:26:00 +04:00
parent a4941a5e94
commit 3cfe20b54b

View File

@ -1,5 +1,6 @@
package = "discount3" package = "discount3"
version = "1.0-1" version = "1.0-1"
rockspec_format = '3.0'
description = { description = {
summary = "Lua bindings for the Discount Markdown library V3", summary = "Lua bindings for the Discount Markdown library V3",
@ -7,11 +8,13 @@ description = {
Supports all tags. Supports all tags.
]], ]],
homepage = "https://gitlabor.ru/Datenlabor/discount3", homepage = "https://gitlabor.ru/Datenlabor/discount3",
labels = { 'markdown', 'discount'} ,
license = "ISC" license = "ISC"
} }
source = { source = {
url = "https://gitlabor.ru/Datenlabor/discount3/archive/v1.0.tar.gz" url = "https://gitlabor.ru/Datenlabor/discount3/",
tag = "1.0-1"
} }
dependencies = { dependencies = {