Skip to content

sdalu/ruby-ucl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library allows parsing of configuration file in UCL format, using the libucl library.

Examples

UCL.flags = UCL::KEY_SYMBOL
UCL.load_file('foo.conf', UCL::KEY_SYMBOL | KEY_LOWERCASE)
UCL.parse(File.read('foo.conf'))

Supported flags:

  • KEY_SYMBOL
  • KEY_LOWERCASE
  • NO_TIME
  • DISABLE_MACRO
  • NO_FILEVARS

About

Parser for UCL configuration file

Resources

License

Stars

Watchers

Forks

Packages

No packages published