- use
Fpath.t
instead ofstring
where possible
- 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
- rename module Common to Directories_common
- use ctypes.stubs instead of ctypes.foreign on windows
- clean the windows implementation
- fix opam file
First release