Skip to content

core-rc contains the runtime configuration and configuration file parsing functions. This is a submodule of µwm. It uses core-array to store the parsed configurations. Planning: application config write.

License

Notifications You must be signed in to change notification settings

Johns-Q/core-rc

Repository files navigation

@file README.txt		@brief core runtime configuration

Copyright (c) 2009, 2010 by Lutz Sammer.  All Rights Reserved.

Contributor(s):

License: AGPLv3

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

$Id$

To compile you must have the 'requires' installed.

Type make to create the runtime test application.

See core-rc.c how to use it in your own project.

Requires:
	core-array
		core general purpose associative array.
		(included in source tarball) or
		http:https://sourceforge.net/projects/core-array/

Optional:
	peg
		Parsing Expression Grammar - parser generator
		http:https://piumarta.com/software/peg
		(core-rc_parser.c.in was generated by a patched version to
		reduce gcc warnings)

About

core-rc contains the runtime configuration and configuration file parsing functions. This is a submodule of µwm. It uses core-array to store the parsed configurations. Planning: application config write.

Topics

Resources

License

Stars

Watchers

Forks