File: control

package info (click to toggle)
ruby-webpack-rails 0.9.11%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 164 kB
  • sloc: ruby: 342; makefile: 3
file content (36 lines) | stat: -rw-r--r-- 1,365 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
Source: ruby-webpack-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-railties (>= 3.2.0),
               ruby-rspec,
               ruby-webmock
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-webpack-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-webpack-rails
Homepage: http://github.com/mipearson/webpack-rails
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-webpack-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-railties (>= 3.2.0),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: webpack
Description: Webpack & Rails integration made easier
 Production-tested, JavaScript-first tooling to use webpack within your Rails
 application.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 This allows using nodejs modules directly in rails applications without using
 wrappers like jquery-rails or rails-assets-jquery.