INI parsing library for D
Find a file
2025-04-30 21:35:02 +12:00
.gitignore add basic gitignore 2024-01-26 13:31:22 +13:00
COPYING license under the Boost Software License 2024-01-24 21:04:26 +13:00
dub.json update dub.json 2024-06-05 12:39:51 +12:00
initial.d fix error with LDC 1.30.0: cannot create a string[string] with new 2024-08-08 17:53:01 +12:00
README add minimal readme 2025-04-30 21:35:02 +12:00

This is initial, an INI parsing library for the D programming language.

Reference documentation can be found in the source code as Ddoc comments.
A quick start guide can be found at <https://reformers.dev/initial>.