inilike 0.6.1

Parsing .ini-like files used in Freedesktop systems


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:


This package provides sub packages which can be used individually:

inilike:derived - A minimal D application.

Inilike

Inilike is D library for parsing .ini-like files used in Freedesktop systems in various places (.desktop files, icon themes, mimeapps.list, mimeinfo.cache, trashcan files on freedesktop, etc.)

Build Status Coverage Status

Note: the original purpose of this library is to serve as dependency for my other projects, e.g. desktopfile and icontheme. It may be not suitable to save configuration files using this library. You have been warned.

Generating documentation

Ddoc:

dub build --build=docs

Ddox:

dub build --build=ddox

Running tests

dub test

Format

Freedesktop specifications use the format which I call ini-like because it's very similiar to INI used in MS Windows with small differences:

  1. Comments start with '#', not ';'.
  2. Each comment is always placed on its own line. Key-value can't be mixed with a comment on the same line.

Localized values lookup.

The localized value is the value associated with the localized key. Localized keys look like this:

keyname[locale]

where locale is the POSIX locale with the charset part dropped.

Inilike library has support for lookup of localized values, using the algorithm described in Desktop Entry Specification.

Subclassing IniLikeFile

IniLikeFile is the base class for file of ini-like format. To change its functionality it's needed to be subclassed. See example showing which functions can be overridden.

Authors:
  • Roman Chistokhodov
Sub packages:
inilike:derived
Dependencies:
none
Versions:
1.2.2 2022-Nov-19
1.2.1 2021-Sep-27
1.2.0 2020-Sep-17
1.1.0 2017-Oct-23
1.0.3 2017-Oct-21
Show all 26 versions
Download Stats:
  • 7 downloads today

  • 30 downloads this week

  • 140 downloads this month

  • 5276 downloads total

Score:
2.2
Short URL:
inilike.dub.pm