From 42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 11:32:16 +0800 Subject: + Penlight --- Data/Libraries/Penlight/config.ld | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Data/Libraries/Penlight/config.ld (limited to 'Data/Libraries/Penlight/config.ld') diff --git a/Data/Libraries/Penlight/config.ld b/Data/Libraries/Penlight/config.ld new file mode 100644 index 0000000..07c4772 --- /dev/null +++ b/Data/Libraries/Penlight/config.ld @@ -0,0 +1,18 @@ +project = 'Penlight' +description = 'Penlight Lua Libraries 1.11.0' +full_description = 'Penlight is a set of pure Lua libraries for making it easier to work with common tasks like iterating over directories, reading configuration files and the like. Provides functional operations on tables and sequences. Visit the GitHub project to review the code or file issues. Skip to the @{01-introduction.md|introduction}.' +title = 'Penlight Documentation' +dir = 'docs' +style = '!fixed' +template = true +use_markdown_titles = true +topics = 'docs_topics' +examples = {'./examples','./tests/test-data.lua'} +package = 'pl' +format = 'discount' +sort_modules=true +file = './lua/pl' +kind_names={topic='Manual',module='Libraries'} +tparam_alias('array','array') +tparam_alias('array2d','array') +alias('ret',{'return',modifiers={type="$1"}}) -- cgit v1.1-26-g67d0