README for upmf
***************

Copyright (C) 2012,2013 Aljosha Papsch <misc@rpapsch.de>

   Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without warranty of any kind.

Table Of Contents
=================

  1. Features
  2. Installation
  3. Dependencies
  4. Acquiring package files
  5. Copyright and Licensing

Features
========

   Upmf is a package manager, written mostly in Scheme and making
use of GUILE, the “GNU Ubiquitous Intelligent Language for Extensions”,
making it easy for you to tailor the package manager to your needs.

Installation
============

   Please see the file INSTALL for detailed installation information.
If you are using the sources from Bazaar, you must run autoreconf
beforehand.

Dependencies
============

Guile-1.8 https://www.gnu.org/software/guile/

Acquiring package files
=======================

Currently there are no package files available for Upmf.

Copyright and Licensing
=======================

   Upmf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
   
   Upmf is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
   
   You should have received a copy of the GNU General Public License
along with Upmf.  If not, see <http://www.gnu.org/licenses/>.