package dune-private-libs

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

Implement the XDG base directories specification

http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

val config_dir : string

The directory where the application should read/write config files.

val data_dir : string

The directory where the application should read/write data files.

val cache_dir : string

The directory where the application should read/write cached files.