Coder Social home page Coder Social logo

lucaceresoli / libconfuse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from libconfuse/libconfuse

0.0 1.0 0.0 657 KB

Small configuration file parser library for C.

License: ISC License

Makefile 3.36% Shell 0.94% M4 0.90% C 88.94% Lex 5.12% PowerShell 0.37% Batchfile 0.38%

libconfuse's Introduction

libConfuse

Travis Status Coverity Status

Table of Contents

Introduction

libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API.

The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code.

libConfuse was called libcfg before, but was changed to not confuse with other similar libraries.

Please report bugs to the GitHub issue tracker. If you want to contribute fixes or new features, see the file CONTRIBUTING.md.

Examples

Example configuration files:

  • test.conf and the source code shows most of the features of confuse, including lists and functions.
  • simple.conf shows how to use the "simple" versions of options. See the corresponding source.

Download

The source code is distributed in three files: Two tarballs in .tar.gz and .tar.xz formats with source code and Makefiles for UNIX systems, and a .zip file with Windows build files.

Building

libConfuse employs the GNU configure and build system. Simply enter ./configure --help to list available options and see the INSTALL file for the full installation instructions.

When checking out the code from GitHub, use ./autogen.sh to generate a configure script.

Documentation

For the time being, the following documentation is published at the old homepage, but also distributed with the source:

News

  • 2016-03-03: libConfuse version 3.0 released
  • 2015-10-14: libConfuse version 2.8 released
  • 2015-10-12: New patch monkey at the helm of GitHub. Joachim will help out auditing pull requests and do occasional releases.
  • 2014-01-10: code moved to github
  • 2010-02-21: libConfuse version 2.7 released. This is primarily a bugfix release
  • 2007-12-29: libConfuse version 2.6 released
  • 2007-11-29: libConfuse 2.6 will be released as soon as I can get some time for it. promise!
  • 2004-10-17: libConfuse version 2.5 released
  • 2004-09-23: There is now a tutorial available
  • 2004-08-09: libConfuse version 2.4 released
  • 2004-05-22: libConfuse version 2.3 released
  • 2003-09-25: libConfuse version 2.2 released
  • 2003-07-13: libConfuse version 2.1 released
  • 2003-07-03: libConfuse webpage moved to Savannah
  • 2003-04-05: libConfuse version 2.0 released
  • 2003-03-02: There is now a mailing list and a project page at savannah.nongnu.org
  • 2002-12-18: version 1.2.3 released that fixes a segfault due to an uninitialized user-defined error function. Support for callbacks are added, however they are not yet properly documented

libconfuse's People

Contributors

agamez avatar binki avatar carenas avatar cr1901 avatar davidegrayson avatar fhunleth avatar gikoskos avatar jonasj76 avatar lanoxx avatar martinh avatar peda-r avatar thomasadam avatar troglobit avatar zhabinski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.