package xdg-basedir

  1. Overview
  2. Docs
XDG basedir location for data/cache/configuration files

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-xdg-basedir-0.0.4.tar.gz
md5=aaeeb419ed00e2f3e00fee836d3483aa
sha512=5cf08cf4ecbd3d4e2193779e93d38bcb88baa12fa283b44e614f7f6d6f58d3ad05d60b6532d762b755b7270ae4f2296480f8c064e5f022b64403843fa6e500c1

Description

This library implements the xdg-basedir specification. It helps to define standard locations for configuration, cache and data files in the user directory and on the system. It is a straightforward implementation on UNIX platform and try to apply consistent policies with regard to Windows directories. It is inspired by the Haskell implementation of this specification, and it follows the same choices for Windows directories. The xdg-basedir specification and the Haskell implementation and the API of this implementation.

Published: 11 Jan 2022

README

ocaml-xdg-basedir - XDG basedir location for data/cache/configuration files

This library implements the xdg-basedir specification. It helps to define standard locations for configuration, cache and data files in the user directory and on the system.

It is a straightforward implementation on UNIX platform and try to apply consistent policies with regard to Windows directories.

It is inspired by the Haskell implementation of this specification, and it follows the same choices for Windows directories.

The xdg-basedir specification. and the Haskell implementation and the API of this implementation.

Install it using opam, or have a look at the opam config file if you want to do it yourself.

Copyright and license

(C) 2010 OCamlCore SARL

ocaml-xdg-basedir is distributed under the terms of the GNU Lesser General Public License version 2.1 with OCaml linking exception.

See COPYING.txt for more information.

Dependencies (4)

  1. base-unix
  2. fileutils
  3. dune >= "1.6"
  4. ocaml >= "4.02"

Dev Dependencies

None

Used by (1)

  1. ocaml-xdg-basedir >= "transition"

Conflicts

None