package config-file
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A library used to manage configuration files
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      config-file-1.2.2.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=129d7899bf5b5c5e6af2e8e4087d26cd494a43729742b6778a4f20dd00d4f0b5
    
    
  sha512=9112619bf6b8a578c970da79052d8a6edd235ea66b223aa662017720306ea792c0d096e81bad8c0c81dfbc88466277430d157c533e275609c83c32daec0f33a8
    
    
  Description
Config_file is a library used to manage the configuration file(s) of an application. You simply define your options and it performs the loading and saving of the options in a file. You can also use the same options in the command line.
Published: 06 Sep 2025
README
Config_file
What is Config_file
Config_file is a library used to manage the configuration file(s) of an application. You simply define your options and it performs the loading and saving of the options in a file. You can also use the same options in the command line.
Installation
Config_file can be installed with opam:
opam install config-fileIf you don't use opam consult the opam file for build instructions.
Documentation
The documentation and API reference is automatically generated by from the source interfaces. It can be consulted via odig doc config-file.
Dependencies (5)
- 
  
    cppo
  
  
    >= "1.6.7" & build
- 
  
    camlp4
  
  
    build
- camlp-streams
- 
  
    ocaml
  
  
    >= "4.02"
- 
  
    dune
  
  
    >= "3.18"
Dev Dependencies (1)
- 
  
    odoc
  
  
    with-doc
Used by (2)
- lablgtk-extras
- 
  
    stone
  
  
    < "0.6"
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page