1--[[ 2 LYAML binding for Lua 5.1, 5.2, 5.3 & 5.4 3 Copyright (C) 2013-2022 Gary V. Vaughan 4]] 5 6title = '@package@ @version@ Reference' 7project = '@package@ @version@' 8description = [[ 9# LYAML binding for Lua 10 11This is a Lua binding for the fast libYAML C library for converting 12between `%YAML 1.1` and Lua tables, with a flexible Lua language 13API to load and save YAML documents. 14 15It works with Lua 5.1 (including LuaJIT), 5.2, 5.3 and 5.4. 16 17## LICENSE 18 19The code is copyright by its respective authors, and released under the 20MIT license (the same license as Lua itself). There is no warranty. 21]] 22 23dir = '../doc' 24 25file = { 26 '../lib/lyaml/init.lua', 27 '../lib/lyaml/explicit.lua', 28 '../lib/lyaml/functional.lua', 29 '../lib/lyaml/implicit.lua', 30} 31 32format = 'markdown' 33backtick_references = false 34sort = false 35