This repository was archived by the owner on Dec 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,28 +178,28 @@ All options:
178178- ` include_entry = true ` whether to include ` __luapack_entry__ ` or not (useful for standalone packages)
179179
180180
181- - ** luapack : searchpath_compat (name)**
181+ - ** Packer : searchpath_compat (name)**
182182
183183Uses ` package.searchpath ` (Lua 5.2+).
184184If ` package.searchpath ` does not exist, a janky search using ` io.open ` is done as fallback. (for Lua 5.1 support)
185185
186- - ** luapack : extract_packages (source)**
186+ - ** Packer : extract_packages (source)**
187187
188188Extracts all ` require ` calls found in the source.
189189
190- - ** luapack : include (package_name, filename=nil)**
190+ - ** Packer : include (package_name, filename=nil)**
191191
192192Includes the package and its dependencies.
193193
194- - ** luapack : pack (entry)**
194+ - ** Packer : pack (entry)**
195195
196196Includes the file as entry.
197197
198- - ** luapack : export ()**
198+ - ** Packer : export ()**
199199
200200Returns the bootstrapped lua code, with header and minification.
201201
202- - ** luapack : bootstrap ()**
202+ - ** Packer : bootstrap ()**
203203
204204Generates the script and returns it.
205205This ** does not** minify it or add the luapack header.
You can’t perform that action at this time.
0 commit comments