{"id":16950050,"url":"https://github.com/tailhook/quire","last_synced_at":"2025-04-11T20:40:50.399Z","repository":{"id":11351577,"uuid":"13782659","full_name":"tailhook/quire","owner":"tailhook","description":"A YAMLy configuration parser-generator for C","archived":false,"fork":false,"pushed_at":"2017-04-05T19:16:42.000Z","size":890,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T16:45:44.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://quire.readthedocs.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tailhook.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-22T18:52:26.000Z","updated_at":"2019-05-07T08:32:53.000Z","dependencies_parsed_at":"2022-09-23T21:11:17.792Z","dependency_job_id":null,"html_url":"https://github.com/tailhook/quire","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fquire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fquire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fquire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailhook%2Fquire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tailhook","download_url":"https://codeload.github.com/tailhook/quire/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248478678,"owners_count":21110747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T21:56:42.104Z","updated_at":"2025-04-11T20:40:50.369Z","avatar_url":"https://github.com/tailhook.png","language":"C","readme":"quire\n-----\n\nquire is a parser generator for configuration files.\n\n:State: Alpha (it's ok to use in production as long as your config doesn't come from untrusted party)\n:Documentation: http://quire.readthedocs.org/\n\nParsing configuration files is uneasy work. There are a lot of configuration\nfile parsers, but syntax of most of them is ugly. Also all parsers I have seen\nbefore, require you fetch every option from configuration library and copy it to\nyour own structure. Also it's not easy to make reusable parts for configuration\nfile (they have only scalar variables usually). So...\n\n* We use YAML_ for configuration files\n* We generate C structure, already typed appropriately, for your config\n* Command-line parser is generated automatically (command-line overrides\n  configuration file options)\n* We use YAML config, to configure parser itself. So you decide the\n  types of options, constraints, and command-line argument names\n* Code, to print runtime configuration (including command-line overrides)\n  is also made\n* YAML has rich set of data types (arrays, mappings) which we use to make\n  config useful (compare it with old ``.ini`` files)\n* We use YAML-builtin anchors to make reusable parts\n* We have extended YAML with runtime variables, substring substitution\n  (and we some simple mathematical expressions too)\n\nAll this to meet the following goals:\n\n* Embed configuration in your own application with ease\n* Add each option only in one place\n* Document it just as easy as adding\n\nThe quire library is successor to old coyaml_ library of the same author\n\n.. _YAML: http://yaml.org\n.. _coyaml: http://github.com/tailhook/coyaml\n\n\nBuild Instructions\n------------------\n\nBuild process is done with cmake::\n\n    mkdir build\n    cd build\n    cmake .. -DCMAKE_INSTALL_PREFIX=/usr\n    make\n    make install\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailhook%2Fquire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftailhook%2Fquire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailhook%2Fquire/lists"}