File: control

package info (click to toggle)
ruby-tdiff 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: ruby: 266; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 812 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
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: 4.7.2
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

Package: ruby-tdiff
Architecture: all
Depends: ${ruby:Depends},
         ${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.