coffeescript 1.1.1-3 source package in Ubuntu

Changelog

coffeescript (1.1.1-3) unstable; urgency=low
  * Rebuild to let ftpmasters know that this is not same code as was    earlier rejected. -- Jonas Smedegaard <email address hidden>  Mon, 25 Jul 2011 13:24:52 +0200

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 Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
coffeescript_1.1.1-3.dsc 2.0 KiB 1bb3d3e747de43d1f9aac580c797e99e303ac5714ee40b287d42cc1006fed37a
coffeescript_1.1.1.orig.tar.gz 400.5 KiB 962a325072d564683168a49b76ddd076f9b7ab9cd11548bede043d9695258b68
coffeescript_1.1.1-3.debian.tar.gz 8.8 KiB fc5318b68aa841d8b0489a8fab120b17ca85de8c273fc60f568219b0d84833e4

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 oneiric.

No description available for coffeescript-doc in ubuntu oneiric.

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.