coffeescript 1.12.7~dfsg-3 source package in Ubuntu
Changelog
coffeescript (1.12.7~dfsg-3) unstable; urgency=medium * Drop patch the use /usr/bin/nodejs (see bug#862051). (Build-)depend on recent nodejs (or nodejs-legacy). -- Jonas Smedegaard <email address hidden> Fri, 01 Sep 2017 17:58:19 +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 | |
---|---|---|---|---|
Bionic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
coffeescript_1.12.7~dfsg-3.dsc | 2.2 KiB | 910704e43fd657c9aa83a76bb0145d802947eb92d284d5af7d4969840c2c13ce |
coffeescript_1.12.7~dfsg.orig.tar.gz | 804.1 KiB | 6a183fa0981885f7450365c17ad6fd13ab4861d864cc3b7fa47e9e6dc31ae6e7 |
coffeescript_1.12.7~dfsg-3.debian.tar.xz | 12.6 KiB | 2201404637d83eb796a0215666e8a6d04282b951131fbc83ad8a684bc8e447b5 |
Available diffs
- diff from 1.10.0~dfsg-1 to 1.12.7~dfsg-3 (982.8 KiB)
No changes file available.
Binary packages built by this source
- coffeescript: No summary available for coffeescript in ubuntu cosmic.
No description available for coffeescript in ubuntu cosmic.
- 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: No summary available for libjs-coffeescript in ubuntu cosmic.
No description available for libjs-coffeescript in ubuntu cosmic.