File: control

package info (click to toggle)
ruby-avl-tree 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: ruby: 2,179; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 901 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
Source: ruby-avl-tree
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hp.com>
Build-Depends: gem2deb,
               debhelper-compat (= 13),
               ruby-atomic
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-avl-tree.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-avl-tree
Homepage: https://github.com/nahi/avl_tree
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-avl-tree
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Breaks: ruby-metriks (<< 0.9.9.8~)
Description: AVL and red-black trees in Ruby
 A pure-Ruby implementation of AVL and red-black trees. AVL and
 red-black trees are self-blanacing binary trees optimised for
 fast inserts and lookups.