XDG library path support for OCaml via Eio capabilities
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: apply British English spelling to all READMEs

- License -> Licence
- color -> colour (in prose, not API/code)
- behavior -> behaviour
- analyze -> analyse
- organized -> organised
- Remove marketing buzzwords (leveraging)
- Remove emojis from prose

+2 -2
+2 -2
README.md
··· 7 7 8 8 ## What is XDG? 9 9 10 - The XDG Base Directory Specification defines standard locations for user-specific files on Unix-like systems, keeping home directories clean and organized: 10 + The XDG Base Directory Specification defines standard locations for user-specific files on Unix-like systems, keeping home directories clean and organised: 11 11 12 12 - Config (`~/.config/app`): User preferences and settings 13 13 - Data (`~/.local/share/app`): Persistent application data ··· 70 70 opam install xdge 71 71 ``` 72 72 73 - ## License 73 + ## Licence 74 74 75 75 ISC