mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Known bug : .lauch file Generate doc doesn't work, it needs an update to luadocumentor.bat
24 lines
495 B
Lua
24 lines
495 B
Lua
package = "Markdown"
|
|
version = "0.32-2"
|
|
source = {
|
|
url = "http://www.frykholm.se/files/markdown-0.32.tar.gz",
|
|
dir = "."
|
|
}
|
|
description = {
|
|
summary = "Markdown text-to-html markup system.",
|
|
detailed = [[
|
|
A pure-lua implementation of the Markdown text-to-html markup system.
|
|
]],
|
|
license = "MIT",
|
|
homepage = "http://www.frykholm.se/files/markdown.lua"
|
|
}
|
|
dependencies = {
|
|
"lua >= 5.1",
|
|
}
|
|
build = {
|
|
type = "none",
|
|
install = {
|
|
lua = { "markdown.lua" },
|
|
}
|
|
}
|