darkestkhan / xdg

Ada library for easing up compliance with XDG Base Directories Specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small library that should make it at least slightly easier to follow XDG
guidelines.

To build for particular CPU use environment variable CPU or put
`-XCPU="options"` switch to gprbuild.
CPU options default to "-m64 -mssse3 -march=native -fPIC".

To build for Windows use `-XOS=Windows` switch for gprbuild.
[Windows support is untested, proceed at your own peril]

This library is under ISC license.

------------------------------------------------------------------------------
--                    Copyright © 2013, 2015 darkestkhan                    --
------------------------------------------------------------------------------
-- Permission to use, copy, modify, and/or distribute this software for any --
-- purpose with or without fee is hereby granted, provided that the above   --
-- copyright notice and this permission notice appear in all copies.        --
--                                                                          --
-- The software is provided "as is" and the author disclaims all warranties --
-- with regard to this software including all implied warranties of         --
-- merchantability and fitness. In no event shall the author be liable for  --
-- any special, direct, indirect, or consequential damages or any damages   --
-- whatsoever resulting from loss of use, data or profits, whether in an    --
-- action of contract, negligence or other tortious action, arising out of  --
-- or in connection with the use or performance of this software.           --
------------------------------------------------------------------------------

About

Ada library for easing up compliance with XDG Base Directories Specification.

License:ISC License


Languages

Language:Ada 96.3%Language:Shell 3.7%