Fri, 26 Apr 2024 16:37:28 UTC | login

Information for build coffee-script-1.6.3-3.el7

ID10458
Package Namecoffee-script
Version1.6.3
Release3.el7
Epoch
SummaryA programming language that transcompiles to JavaScript
DescriptionCoffeeScript 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.
Built bymrunge
State complete
Volume DEFAULT
StartedFri, 08 Apr 2016 18:55:31 UTC
CompletedFri, 08 Apr 2016 18:58:34 UTC
Taskbuild (cloud7-openstack-optools-el7, coffee-script-1.6.3-3.el7.src.rpm)
Tags
cloud7-openstack-optools-candidate
RPMs
src
coffee-script-1.6.3-3.el7.src.rpm (info) (download)
noarch
coffee-script-1.6.3-3.el7.noarch.rpm (info) (download)
coffee-script-common-1.6.3-3.el7.noarch.rpm (info) (download)
coffee-script-doc-1.6.3-3.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jun 19 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.6.3-1 - new upstream release 1.6.3 http://coffeescript.org/#changelog - restrict architectures to ones that node works on * Sun Feb 10 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-4 - fix rpmlint warnings - rename documentation subpackage to "coffee-script-doc" * Fri Feb 01 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-3 - rearrange symlinks to dep/provides generation works - conditionalize minification so it works in the absence of uglify-js * Thu Jan 31 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-2 - provide a -common subpackage with stuff useful for other JS runtimes/browsers - split off the docs too * Tue Jan 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.4.0-1 - new upstream release 1.4.0 - clean up for submission * Sat Aug 20 2011 T.C. Hollingsworth <tchollingsworth@gmail.com> - 1.1.2-1 - initial package