Difference between revisions of "Confuse"

From Free Software Directory
Jump to: navigation, search
m (Bendikker moved page LibConfuse to Confuse)
 
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=libConfuse
 
|Name=libConfuse
|Short description=Configuration file parsing library
+
|Short description=Configuration file parsing library.
 
|Full description='libConfuse' is a configuration file parser library. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It is easy to add configuration file capability to a program via a simple API. 'libConfuse' is not meant to be a configuration file parser library with a gazillion features; rather, it aims to be easy to use and quick to integrate with your code. 'libConfuse' was formerly called libcfg; the name was changed to avoid confusion with other similar libraries.
 
|Full description='libConfuse' is a configuration file parser library. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It is easy to add configuration file capability to a program via a simple API. 'libConfuse' is not meant to be a configuration file parser library with a gazillion features; rather, it aims to be easy to use and quick to integrate with your code. 'libConfuse' was formerly called libcfg; the name was changed to avoid confusion with other similar libraries.
|Homepage URL=https://github.com/martinh/libconfuse
+
|Homepage URL=https://www.nongnu.org/confuse/
|User level=none
+
|Is High Priority Project=No
|VCS checkout command=-d:pserver:anoncvs@subversions.gnu.org:/cvsroot/confuse login
+
|VCS checkout command=git clone https://github.com/martinh/libconfuse.git
|Computer languages=C
+
|Documentation note=https://www.nongnu.org/confuse/tutorial-html/
|Documentation note=User manual included and available in HTML format from http://www.nongnu.org/confuse/manual/index.html
+
|Decommissioned or Obsolete=No
 
|Keywords=library,configuration file,parsing,libcfg,sections,values
 
|Keywords=library,configuration file,parsing,libcfg,sections,values
|Version identifier=3.0
+
|Version identifier=3.2.2
|Version date=2016/03/03
+
|Version date=2018/08/19
 
|Version status=stable
 
|Version status=stable
|Version download=https://github.com/martinh/libconfuse/archive/v3.0.tar.gz
+
|Version download=https://github.com/martinh/libconfuse/releases/download/v3.2.2/confuse-3.2.2.tar.xz
|Version comment=3.0 stable released 2016-03-03
+
|Last review by=Bendikker
|Last review by=Alejandroindependiente
+
|Last review date=2019/01/09
|Last review date=2017/01/20
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
+
|User level=none
 +
|Accepts cryptocurrency donations=No
 +
|Checksum=https://github.com/martinh/libconfuse/releases/download/v3.2.2/confuse-3.2.2.tar.xz.md5
 +
|Test entry=No
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2002-05-24
 
|License verified date=2002-05-24
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPLv2.1orlater
+
|License=ISC
|License verified by=Janet Casey
+
|License verified by=Bendikker
|License verified date=2002-05-24
+
|License verified date=2019/01/09
 
}}
 
}}
 
{{Person
 
{{Person
Line 31: Line 33:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=mhe@home.se
 
|Email=mhe@home.se
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/confuse
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.nongnu.org/projects/confuse/
 +
}}
 +
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://savannah.nongnu.org/cvs/?group=confuse
+
|Resource URL=https://github.com/martinh/libconfuse/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/confuse-devel/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://github.com/martinh/libconfuse/releases/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=mailto:confuse-devel@nongnu.org
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Use=library
 
|Use=library
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=glibc
+
|Prerequisite description=[[glibc]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=make
+
|Prerequisite description=[[make]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=autoheader
+
|Prerequisite description=[[autoheader]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to build
 
|Prerequisite kind=Required to build
|Prerequisite description=autoconf
+
|Prerequisite description=[[autoconf]]
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 07:38, 9 January 2019


[edit]

libConfuse

https://www.nongnu.org/confuse/
Configuration file parsing library.

'libConfuse' is a configuration file parser library. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It is easy to add configuration file capability to a program via a simple API. 'libConfuse' is not meant to be a configuration file parser library with a gazillion features; rather, it aims to be easy to use and quick to integrate with your code. 'libConfuse' was formerly called libcfg; the name was changed to avoid confusion with other similar libraries.





Licensing

License

Verified by

Verified on

Notes

License

ISC

Verified by

Bendikker

Verified on

9 January 2019




Leaders and contributors

Contact(s)Role
Martin Hedenfalk Maintainer


Resources and communication

AudienceResource typeURI
VCS Repository Webviewhttps://github.com/martinh/libconfuse/
Debian (Ref)https://tracker.debian.org/pkg/confuse
Downloadhttps://github.com/martinh/libconfuse/releases/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/confuse-devel/
Savannah (Ref)https://savannah.nongnu.org/projects/confuse/


Software prerequisites

KindDescription
Required to buildautoheader
Required to useglibc
Required to buildautoconf
Required to buildmake




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.