config.lua

Mon, 31 Mar 2025 16:19:08 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Mon, 31 Mar 2025 16:19:08 -0500
changeset 46
86950ef7dbcb
parent 7
038275cd92ed
permissions
-rw-r--r--

Dependency handling improvements


--@module config

local config={}

config.dirsep = "/"
config.meta_marker = "^---%s*$"
config.debug=true

return config

mercurial