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
|
Source: ruby-maven-libs
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 10~),
gem2deb
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-maven-libs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-maven-libs.git
Homepage: https://github.com/takari/ruby-maven-libs
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-maven-libs
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
maven,
${misc:Depends},
${shlibs:Depends}
Description: Ruby library that provides access to a Maven installation
This ruby library wraps a Maven installation and allows access to it by
exposing it under a namespace provided by the gem.
.
Its main use is in combination with polyglot-maven and ruby-maven
since it can be used in that way to write and use POM files with a
convenient and familiar (for rubyists) domain specific language instead
of traditional XML definitions as is expected by Maven.
|