Library for detecting platform specific user directories e.g. for data, config, cache, logs.
Most stuff is copied from the python library appdirs from ActiveState.
Appdirs is an beta-level package.
- Install corral
corral add github.com/ponylang/appdirs.git --version 0.1.5corral fetchto fetch your dependenciesuse "appdirs"to include this packagecorral run -- ponycto compile your application