Package confuse: Information

    Source package: confuse
    Version: 2.6-alt2
    Build time:  Jan 28, 2009, 12:36 AM
    Category: System/Libraries
    Report package bug
    License: BSD-style
    Summary: A library for parsing configuration files
    Description: 
    libConfuse is a configuration file parser library, licensed under the
    terms of the LGPL, 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.

    List of rpms provided by this srpm:
    libconfuse (x86_64, i586)
    libconfuse-devel (x86_64, i586)
    libconfuse-doc (noarch)

    Maintainer: Andrey Rahmatullin

    List of contributors:
    Andrey Rahmatullin

    ACL:
    @nobody

      1. check
      2. cvs
      3. rpm-build-licenses
      4. flex
      5. gcc-c++

    Last changed


    Jan. 28, 2009 Andrey Rahmatullin 2.6-alt2
    - make -doc subpackage noarch
    - remove obsolete macros
    Feb. 2, 2008 Andrey Rahmatullin 2.6-alt1
    - 2.6
    Nov. 11, 2007 Andrey Rahmatullin 2.5-alt2
    - fix memory leak (php-coder@, #12411)