Source: ruby-importmap-rails
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~),
               ruby-actionpack (>= 2:6.0.0),
               ruby-activesupport (>= 2:6.0.0),
               ruby-railties (>= 2:6.0.0)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-importmap-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-importmap-rails
Homepage: https://github.com/rails/importmap-rails
Testsuite: autopkgtest-pkg-ruby

Package: ruby-importmap-rails
Architecture: all
Depends: ruby,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: manage modern JavaScript in Rails without transpiling or bundling
 Import maps let you import JavaScript modules using logical names that map to
 versioned/digested files – directly from the browser. So you can build modern
 JavaScript applications using JavaScript libraries made for ES modules (ESM)
 without the need for transpiling or bundling. This frees you from needing
 Webpack, Yarn, npm, or any other part of the JavaScript toolchain. All you
 need is the asset pipeline that's already included in Rails.
