| 12
 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-semver-dialects
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-deb-version,
               ruby-pastel (>= 0.8.0),
               ruby-thor (>= 1.3.0),
               ruby-tty-command (>= 0.10.1)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-semver-dialects
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-semver-dialects.git
Homepage: https://gitlab.com/gitlab-org/vulnerability-research/foss/semver_dialects
Rules-Requires-Root: no
Package: ruby-semver-dialects
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: utility function to process semantic versions expressed in different dialects
 This library helps to parse, process and compare semantic versions for Maven,
 NPM, PHP, RubyGems and Python packages.
 |