Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37404919
en ru br
ALT Linux repositórios
S:57-alt1

Group :: Sistema/Bibliotecas
RPM: inih

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 57-alt1
Data da compilação: 11 julho 2023, 11:05 ( 40.4 weeks ago )
Tamanho:: 20.64 Kb

Home page:   https://github.com/benhoyt/inih

Licença: BSD
Sumário: Simple .INI file parser in C, good for embedded systems
Descrição:

inih (INI Not Invented Here) is a simple .INI file parser written in C. It's only a couple of pages of code, and it was designed to be small and simple, so it's good for embedded systems. It's also more or less compatible with Python's ConfigParser style of .INI files, including RFC 822-style multi-line syntax and name: value entries.

To use it, just give ini_parse() an INI file, and it will call a callback for every name=value pair parsed, giving you strings for the section, name, and value. It's done this way ("SAX style") because it works well on low-memory embedded systems, but also because it makes for a KISS implementation.

You can also call ini_parse_file() to parse directly from a FILE* object, ini_parse_string() to parse data from a string, or ini_parse_stream() to parse using a custom fgets-style reader function for custom I/O.

Mantenedor currente: Nazarov Denis

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • libinih-devel
  • libinih0
  • libinih0-debuginfo
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009