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
|
Source: ruby-tdiff
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Abhijith PA <abhijith@openmailbox.org>
Section: ruby
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9.0),
gem2deb,
ruby-rspec,
rake,
yard
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-tdiff.git
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-tdiff.git
Homepage: https://github.com/postmodern/tdiff
XS-Ruby-Versions: all
Package: ruby-tdiff
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter
Description: Calculates the differences between two tree-like structures
Tdiff calculates the differences between two tree-like structures.
It is similar to Rubys built-in TSort module.
XB-Ruby-Versions: ${ruby:Versions}
|