File: control

package info (click to toggle)
ruby-contracts 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 508 kB
  • ctags: 530
  • sloc: ruby: 3,663; sh: 5; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 974 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-contracts
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>
Build-Depends: debhelper (>= 10~),
               gem2deb,
               rake,
               ruby-rspec
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-contracts.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-contracts.git
Homepage: https://github.com/egonSchiele/contracts.ruby
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-contracts
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Contracts (a assert like) for Ruby
 This library provides contracts for Ruby. Contracts let you clearly express
 how your code behaves, and free you from writing tons of boilerplate, defensive
 code.