coffeescript 1.12.8~dfsg-5 source package in Ubuntu
Changelog
coffeescript (1.12.8~dfsg-5) unstable; urgency=medium * Team upload [ Debian Janitor ] * Bump debhelper dependency to >= 9, since that's what is used in debian/compat. * Bump debhelper from old 9 to 10. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Update standards version to 4.5.0, no changes needed. [ Xavier Guimard ] * Declare compliance with policy 4.5.1 * Replace deprecated node-uglify by uglifyjs (Closes: #979913) -- Xavier Guimard <email address hidden> Wed, 13 Jan 2021 06:14:59 +0100
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 | |
---|---|---|---|---|
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
coffeescript_1.12.8~dfsg-5.dsc | 2.2 KiB | 5a44aa95351776a8f749a71cfa7577a92b85983d64a27e40ddfc58eaab870dea |
coffeescript_1.12.8~dfsg.orig.tar.gz | 542.3 KiB | 242b6ccb52d022b034fb9017ca741dd3f24c2ea940cb96540b9bc1fb9d997aab |
coffeescript_1.12.8~dfsg-5.debian.tar.xz | 13.9 KiB | 199bb538cd0f7a19a3ecbc3ef8a29f99e5334aa7979c337043346009a9601dba |
Available diffs
No changes file available.
Binary packages built by this source
- coffeescript: No summary available for coffeescript in ubuntu hirsute.
No description available for coffeescript in ubuntu hirsute.
- 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 hirsute.
No description available for libjs-coffeescript in ubuntu hirsute.