Source: ruby-bootsnap Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper-compat (= 12), gem2deb, ruby-bundler, rake (>= 10.0), rake-compiler, rubocop, ruby-minitest (<< 6.0), ruby-minitest (>= 5.0), ruby-mocha (>= 1.2), ruby-msgpack (>= 1.0) Standards-Version: 4.5.0 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: ruby-msgpack (>= 1.0), ${misc: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