File: control

package info (click to toggle)
ruby-trailblazer-option 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: ruby: 212; sh: 4; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 856 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
Source: ruby-trailblazer-option
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 2.2.8~),
               rake
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-trailblazer-option.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-trailblazer-option
Homepage: https://trailblazer.to/
Testsuite: autopkgtest-pkg-ruby

Package: ruby-trailblazer-option
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Callable patterns for options in Trailblazer
 Wrap an option at compile-time and `call` it at runtime, which allows one to
 have the common `-> ()`, `:method` or `Callable` pattern used for most
 options.