Source: ruby-zeitwerk Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Utkarsh Gupta Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-minitest, ruby-minitest-focus, ruby-minitest-reporters Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-zeitwerk.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-zeitwerk Homepage: https://github.com/fxn/zeitwerk Testsuite: autopkgtest-pkg-ruby Rules-Requires-Root: no Package: ruby-zeitwerk Architecture: all Multi-Arch: foreign Depends: ${ruby:Depends}, ${misc:Depends} Description: Efficient and thread-safe constant autoloader Zeitwerk implements constant autoloading with Ruby semantics. Each gem and application may have their own independent autoloader, with its own configuration, inflector, and logger. Supports autoloading, preloading, reloading, and eager loading.