diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-03-03 22:58:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 22:58:52 -0300 |
commit | 6e4e43356d5bfac748b4457f9dad4b0757fee85b (patch) | |
tree | a46daf56453d21ed33b735f9350ed32b18404e73 | |
parent | 921b6a28ad4ee754cb561c48aa8a5206a9e6f664 (diff) | |
download | luarocks-6e4e43356d5bfac748b4457f9dad4b0757fee85b.tar.gz luarocks-6e4e43356d5bfac748b4457f9dad4b0757fee85b.tar.bz2 luarocks-6e4e43356d5bfac748b4457f9dad4b0757fee85b.zip |
docs: update rockspec_format.md
-rw-r--r-- | docs/rockspec_format.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rockspec_format.md b/docs/rockspec_format.md index d74daa9e..edb35632 100644 --- a/docs/rockspec_format.md +++ b/docs/rockspec_format.md | |||
@@ -80,7 +80,7 @@ Fields of the `build` table other than `build.type`, `build.platforms` and `buil | |||
80 | 80 | ||
81 | This is a mode for packages distributing pure Lua or simple C modules. All pathnames used are relative to `source.dir`. The goal is to allow module authors to specify compilation of their C code in a clean, simple and portable way. | 81 | This is a mode for packages distributing pure Lua or simple C modules. All pathnames used are relative to `source.dir`. The goal is to allow module authors to specify compilation of their C code in a clean, simple and portable way. |
82 | 82 | ||
83 | * **build.modules** (array) - An array in which keys are module names in the format normally used by the require() function, and values may be: | 83 | * **build.modules** (map) - A map in which keys are module names in the format normally used by the require() function, and values may be: |
84 | * strings - pathnames of Lua files or C sources, for modules based on a single source file. | 84 | * strings - pathnames of Lua files or C sources, for modules based on a single source file. |
85 | * array of strings - pathnames of C sources of a simple module written in C composed of multiple files. | 85 | * array of strings - pathnames of C sources of a simple module written in C composed of multiple files. |
86 | * table - a table containing one or more fields: | 86 | * table - a table containing one or more fields: |