Skip to content

lua ini parsing library implemented by cfadmin.

License

Notifications You must be signed in to change notification settings

cfadmin-cn/lua-ini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-ini

The ini library written in C exports interfaces for Lua to use.

Build

cd lua-ini and make build

Usage

  • use ini.load(config_string) to load ini string and return table.

  • use ini.loadfile(config_filename) to load ini file and return table.

Example

Please refer to the test.lua file.

License

MIT

About

lua ini parsing library implemented by cfadmin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published