File: control

package info (click to toggle)
ruby-adsf 1.5.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 1,016; javascript: 976; makefile: 12
file content (51 lines) | stat: -rw-r--r-- 1,849 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
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: ruby-adsf
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1.2.1~),
               help2man,
               ruby-faye-websocket,
               ruby-mocha,
               ruby-rack (>= 3~),
               ruby-rack-test,
               ruby-rackup (>= 2.1),
               ruby-listen,
               ruby-em-websocket,
               ruby-eventmachine (>= 1.2~),
               ruby-rack-livereload (>= 0.3~),
               ruby-webrick (>= 1.7~)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-adsf.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-adsf
Homepage: https://github.com/ddfreyne/adsf/
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-adsf
X-DhRuby-Root: adsf
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
Description: tiny static file server
 adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any
 directory to serve static files. It can be used programmatically in Rack and
 other Ruby applications.
 .
 For example, the nanoc static website generator uses it its "view" command.

Package: ruby-adsf-live
X-DhRuby-Root: adsf-live
Architecture: all
Depends: ruby-adsf (= ${source:Version}),
         ${misc:Depends},
         ${ruby:Depends},
Description: live reload support for ruby-adsf tiny static file server
 adsf (A Dead Simple Fileserver) is a tiny web server that can be spawned in any
 directory to serve static files. It can be used programmatically in Rack and
 other Ruby applications.
 .
 This package provide the adsf --live-reload support.
 .
 For example, the nanoc static website generator uses it its "live" command.