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
|
Source: ruby-coffee-script-source
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 9~),
gem2deb
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-coffee-script-source.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-coffee-script-source.git
Homepage: http://jashkenas.github.com/coffee-script/
XS-Ruby-Versions: all
Package: ruby-coffee-script-source
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: libjs-coffeescript (>= ${source:Upstream-Version}~),
ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: CoffeeScript Compiler - Ruby integration
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons,
JavaScript has always had a gorgeous object model at its heart.
CoffeeScript is an attempt to expose the good parts of JavaScript
in a simple way.
.
This package provides an abstraction of the actual location of the
CoffeeScript compiler for use by other Ruby packages, e.g. ruby-coffee-script.
|