coffeescript 1.2.0-2 source package in Ubuntu
Changelog
coffeescript (1.2.0-2) unstable; urgency=low * Fix paths when invoking from command-line. * Fix install code for browsers below /usr/share (not /usr/lib). * Provide uncompressed (not only compressed) code for browsers. -- Jonas Smedegaard <email address hidden> Sat, 24 Dec 2011 15:25:09 +0700
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
coffeescript_1.2.0-2.dsc | 2.1 KiB | c76161958fe17d64658c9163651d41c60cccb96748968738a02a4c7ad27c418a |
coffeescript_1.2.0.orig.tar.gz | 442.1 KiB | f5027138376e096fbffcef06f777213b8a3bd852afb210ff2c7d1ee8ffdb09e0 |
coffeescript_1.2.0-2.debian.tar.gz | 9.5 KiB | 17d3cc0f45f4b618e16f022dd39721d7c8cd3c231cb430a1b0f67889156d5f28 |
Available diffs
- diff from 1.1.1-3 to 1.2.0-2 (475.4 KiB)
No changes file available.
Binary packages built by this source
- coffeescript: interpreter and compiler for the CoffeeScript language
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.
.
The golden rule of CoffeeScript is: "It's just JavaScript". The code
compiles one-to-one into the equivalent JS, and there is no
interpretation at runtime. You can use any existing JavaScript library
seamlessly (and vice-versa). The compiled output is readable and
pretty-printed, passes through JavaScript Lint without warnings, will
work in every JavaScript implementation, and tends to run as fast or
faster than the equivalent handwritten JavaScript.
.
The "cake" executable is provided as "cake.coffeescript" to peacefully
coexist with cakephp.
- coffeescript-doc: No summary available for coffeescript-doc in ubuntu quantal.
No description available for coffeescript-doc in ubuntu quantal.
- libjs-coffeescript: client-side interpreter for the CoffeeScript language
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.
.
The golden rule of CoffeeScript is: "It's just JavaScript". The code
compiles one-to-one into the equivalent JS, and there is no
interpretation at runtime. You can use any existing JavaScript library
seamlessly (and vice-versa). The compiled output is readable and
pretty-printed, passes through JavaScript Lint without warnings, will
work in every JavaScript implementation, and tends to run as fast or
faster than the equivalent handwritten JavaScript.
.
This package contains a concatenated and compressed version of the
CoffeeScript compiler. To use it in the browser, include the script
after any inline script tags of type "text/coffeescript" on the page.
It will compile and evaluate all of the scripts in order.