File: control

package info (click to toggle)
ruby-bootsnap 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 460 kB
  • sloc: ruby: 3,314; ansic: 598; sh: 14; makefile: 9
file content (38 lines) | stat: -rw-r--r-- 1,315 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
27
28
29
30
31
32
33
34
35
36
37
38
Source: ruby-bootsnap
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake,
               rake-compiler,
               rubocop,
               ruby-bundler,
               ruby-minitest (<< 6.0),
               ruby-minitest,
               ruby-mocha,
               ruby-msgpack (>= 1.4~),
               ruby-byebug
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-bootsnap.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-bootsnap
Homepage: https://github.com/Shopify/bootsnap
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-bootsnap
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Boot large ruby/rails apps faster
 Bootsnap is a library that plugs into Ruby, with optional support for
 `ActiveSupport` and `YAML`, to optimize and cache expensive computations.
 .
 Bootsnap optimizes methods to cache results of expensive computations, and can
 be grouped into two broad categories:
    * Path Pre-Scanning
    * Compilation caching