File: control

package info (click to toggle)
shoes 0.r396-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,276 kB
  • ctags: 1,872
  • sloc: ruby: 9,960; ansic: 8,463; makefile: 149; sh: 74
file content (21 lines) | stat: -rw-r--r-- 995 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
Source: shoes
Section: interpreters
Priority: extra
Maintainer: Bram Senders <bram@luon.net>
Uploaders: Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 5.0.51~), dpatch, pkg-config, libgtk2.0-dev, libcairo2-dev, libpango1.0-dev, libgif-dev, libjpeg-dev, ruby, ruby1.8-dev
Standards-Version: 3.8.0
Homepage: http://code.whytheluckystiff.net/shoes/

Package: shoes
Architecture: any
Depends: ${shlibs:Depends}, rubygems1.8
Description: tiny graphics and windowing toolkit using Ruby
 Shoes is a very informal graphics and windowing toolkit for making simple
 graphical applications.  It blends ideas from the web (hyperlinks, simple text
 layout, and more) from traditional windowing toolkits (buttons, progress bars,
 dialogs and the like) and applications like NodeBox and Processing (drawing
 anywhere on the window with shapes and curves, simple animation).
 .
 Shoes uses Ruby as its interface language; applications created with it can
 run on Windows, Mac OS X and Linux.