coffeescript 2.7.0-3 source package in Ubuntu
Changelog
coffeescript (2.7.0-3) unstable; urgency=medium [ Chris Lamb ] * Make the build reproducible (Closes: #1012387) -- Yadd <email address hidden> Mon, 06 Jun 2022 11:43:32 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
coffeescript_2.7.0-3.dsc | 2.2 KiB | 816be32c0c36328a9507fe077f3260b5084351a1f98cc3d701f0785268f05de0 |
coffeescript_2.7.0.orig.tar.xz | 702.8 KiB | 7669809d12f57365536ddb158dafda248d4b53b76b4e768b5fb3e0e9ecf09772 |
coffeescript_2.7.0-3.debian.tar.xz | 17.2 KiB | 0181423134535606d92cc18caee967c9e5fdc83268ec0509b9485b694ea2172a |
Available diffs
- diff from 2.7.0-2 to 2.7.0-3 (789 bytes)
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: documentation 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 documentation.
- 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.