Directories, an ocaml library

Hi,

We are pleased to present directories, which is an OCaml library that provides configuration, cache and data paths (and more!) following the suitable conventions on Linux, macOS and Windows. It is inspired by similar libraries for other languages such as directories-jvm.

The following conventions are used:

On Linux and macOS it has no dependency. On Windows, it depends only on ctypes.

You will find more information here: https://github.com/OCamlPro/directories

13 Likes

Hi !

We released directories 0.3 recently. In this release, we dropped the Windows dependency on ctypes-foreign and use ctypes.stubs instead. See #10

This allowed us to clean the code and to remove some dirty hacks.

Enjoy ! :slight_smile: