directories
An OCaml library that provides configuration, cache and data paths (and more!) following the suitable conventions on Linux, macOS and Windows
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Manual
add Base_dirs.state_dir, on linux it uses $XDG_STATE_HOME and default to $HOME/.local/.state on macOS and Windows it's equivalent to Base_dirs.cache_dir ; add Projects_dirs.state_dir
0.4 - 2021-11-25
rename module Common to Directories_common
0.3 - 2021-03-31
use ctypes.stubs instead of ctypes.foreign on windows
clean the windows implementation
0.2 - 2020-11-09
fix opam file
0.1 - 2020-11-08
First release