Skip to content

Commit fe31128

Browse files
Added info for LuaFileSystem.
1 parent d7fa24e commit fe31128

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,13 @@ C:\Users\John Doe>
6767

6868
## Additional Lua Modules
6969

70-
Table of Lua extensions which smoothly fit into Lua with CMake Support:
70+
Table of Lua modules which smoothly fit into **Lua with CMake Support**:
7171

72-
| Extension Name | Purpose | Forked from |
73-
| -------------------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------- |
74-
| [LuaSocket](https://github.com/KritzelKratzel/luasocket) | Network support for the Lua language | https://github.com/lunarmodules/luasocket |
75-
| [librs232](https://github.com/KritzelKratzel/librs232) | Multiplatform library for serial communications over RS-232 (serial port) | https://github.com/srdgame/librs232 |
72+
| Extension Name | Purpose | Forked from |
73+
| ------------------------------------------------------------ | ------------------------------------------------------------ | --------------------------------------------- |
74+
| [LuaSocket](https://github.com/KritzelKratzel/luasocket) | Network support for the Lua language | https://github.com/lunarmodules/luasocket |
75+
| [librs232](https://github.com/KritzelKratzel/librs232) | Multiplatform library for serial communications over RS-232 (serial port) | https://github.com/srdgame/librs232 |
76+
| [LuaFileSystem](https://github.com/KritzelKratzel/luafilesystem) | Complements the set of functions related to file systems offered by the standard Lua distribution | https://github.com/lunarmodules/luafilesystem |
7677

7778
More will follow soon.
79+

0 commit comments

Comments
 (0)