File: control

package info (click to toggle)
camping 2.1.580-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,300 kB
  • sloc: ruby: 2,053; makefile: 24
file content (35 lines) | stat: -rw-r--r-- 1,236 bytes parent folder | download | duplicates (2)
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
Source: camping
Section: web
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
 gem2deb (>= 0.3.0~),
 ruby-rack-test,
 ruby-minitest,
 ruby-mab (>= 0.0.3),
 ruby-tilt
Standards-Version: 3.9.6
Homepage: http://camping.io/
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/camping.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/camping.git;a=summary
XS-Ruby-Versions: all

Package: camping
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
 ruby | ruby-interpreter,
 ruby-rack,
 libjs-jquery,
 fonts-lato
Recommends: ruby-activerecord,
 ruby-sqlite3 (>= 1.1.0.1),
 ruby-mab (>= 0.0.3) | ruby-tilt
Suggests: thin
Description: small Ruby web framework for Model-View-Controller type applications
 Camping is a web framework which consistently stays at less than 4kb of
 code. The idea here is to store a complete fledgling web application
 (written in Ruby) in a single file like many small CGIs, but to organize
 it as a Model-View-Controller application like Rails does. You can then
 easily move it to Rails once you've got it going.