File: control

package info (click to toggle)
ruby-tdiff 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: ruby: 266; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 881 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
Source: ruby-tdiff
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Abhijith PA <abhijith@openmailbox.org>
Section: ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-rspec,
               yard
Standards-Version: 3.9.7
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-tdiff
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-tdiff.git
Homepage: https://github.com/postmodern/tdiff
XS-Ruby-Versions: all

Package: ruby-tdiff
Architecture: all
Depends: ruby:any | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
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}