package directories

  1. Overview
  2. Docs
An OCaml library that provides configuration, cache and data paths (and more!) following the suitable conventions on Linux, macOS and Windows

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
sha256=3eb8e0d079fd7c1099e9b92f8569b4edfb313fe58e838443a38266bd47d38c53
sha512=93ced24f1e1c1ea0cb90237b7c6deb417274b15a9363039801e6300b07523964c2abb8670d8560d2fb74c8f9c27813a6969da8bdfe47c586acb3d9ebf1fba905

CHANGES.md.html

0.5 - 2022-01-09

  • 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