/perl-BSSolv

OBS solver and repository management using libsolv

Primary LanguageXS

OBS libsolv perl bindings 
=========================

This is a support perl module for the OBS backend. It contains functions
for repository management, dependency solving, package ordering, and meta
file creation.

INSTALLATION

To install this module type the following:

        perl Makefile.PL [options]
        make
        make install

The Makefile.PL options are:

        --bundled-libsolv : build against a not-installed libsolv
                            library built in a 'libsolv' subdir

DEPENDENCIES

        The libsolv library


COPYRIGHT AND LICENSE

Copyright (C) 2009-2014 Michael Schroeder

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

Please refer to the Perl Artistic License for details:

http://search.cpan.org/perldoc?perlartistic