emscripten 1.10.0~20140205~ef1e460-1 source package in Ubuntu

Changelog

emscripten (1.10.0~20140205~ef1e460-1) unstable; urgency=medium


  * New snapshot release
  * Also install cmake / emscripten files. Thanks to Daniele Di Proietto
    for the patch

 -- Sylvestre Ledru <email address hidden>  Wed, 05 Feb 2014 18:46:19 +0100

Upload details

Uploaded by:
LLVM Packaging Team
Uploaded to:
Sid
Original maintainer:
LLVM Packaging Team
Architectures:
i386 kfreebsd-i386 amd64 kfreebsd-amd64 armel armhf mipsel all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
emscripten_1.10.0~20140205~ef1e460-1.dsc 2.1 KiB 3cb8f98511ee02a7db179945112fcd1f097515fa396e22146a1ed0ae364f8769
emscripten_1.10.0~20140205~ef1e460.orig.tar.bz2 26.1 MiB a4371b595ad317b9623d513ff4b55c33979d4a11d4b3e2b2d51b9ed26585363f
emscripten_1.10.0~20140205~ef1e460-1.debian.tar.xz 39.5 KiB 0f6db1ec51461e1886878fe2b29bb458a2f3ad3e090e1b5ed2c4335342e02b5b

No changes file available.

Binary packages built by this source

emscripten: LLVM-to-JavaScript Compiler

 Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode, also
 called LLVM IR (which can be generated from C/C++ using Clang, or any other
 language that can be converted into LLVM bitcode) and compiles that into
 JavaScript, which can be run on the web (or anywhere else JavaScript can run).
 .
 Using Emscripten, you can
   * Compile C and C++ code into JavaScript and run that on the web
   * Run code in languages like Python as well, by compiling CPython from C
     to JavaScript and interpreting code in that on the web

emscripten-doc: LLVM-to-JavaScript Compiler

 Emscripten is an LLVM to JavaScript compiler. It takes LLVM bitcode, also
 called LLVM IR (which can be generated from C/C++ using Clang, or any other
 language that can be converted into LLVM bitcode) and compiles that into
 JavaScript, which can be run on the web (or anywhere else JavaScript can run).
 .
 Using Emscripten, you can
   * Compile C and C++ code into JavaScript and run that on the web
   * Run code in languages like Python as well, by compiling CPython from C
     to JavaScript and interpreting code in that on the web
 .
 This package contains the documentation.