File: README

package info (click to toggle)
libbssolv-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 204 kB
  • ctags: 2
  • sloc: makefile: 11; perl: 9
file content (36 lines) | stat: -rw-r--r-- 814 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
BSSolv version 0.01
===================

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-2013 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