xdg-basedir ~master

Deimos-like binding to libxdg-basedir


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

libxdg-basedir

libxdg-basedir is an implementation of the XDG Base Directory specifications. This repository provides D binding to this library.

Usage

Add xdg-basedir as dependency to your dub.json:

"dependencies": {
    "xdg-basedir": "~master"
}

Don't forget to link to libxdg-basedir:

"libs" : ["xdg-basedir"]

Import the module in your code:

import deimos.xdgbasedir.basedir;
import deimos.xdgbasedir.basedir_fs;

Examples

Run:

dub run xdg-basedir:basedir    
dub run xdg-basedir:basedir_fs

You can find the source code of examples in deimos/xdgbasedir/basedir.d and deimos/xdgbasedir/basedir_fs.d files.

Authors:
  • Roman Chistokhodov
Sub packages:
xdg-basedir:basedir, xdg-basedir:basedir_fs
Dependencies:
none
Versions:
1.0.0 2015-May-30
0.2.0 2015-Apr-28
0.1.0 2015-Apr-27
~master 2015-May-30
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 147 downloads total

Score:
0.6
Short URL:
xdg-basedir.dub.pm