package inifiles

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

An ini file parser.

Rewritten to not use pcre, because pcre depends on libpcre3 which is not available on Debian 13, and generaly obsolete. The modern alternative is libpcre2, which has ocaml bindings in the opam package pcre2.