Source: emscripten Section: devel Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: binaryen (>= 98) , clang (>= 1:11.0) , cmake , eslint , fonts-liberation , libsimde-dev, lld (>= 1:11.0) , llvm (>= 1:11.0) , debhelper-compat (= 12), dh-sequence-python3, help2man, htmlmin , libjs-source-map, node-acorn , nodejs , python3, python3-numpy , python3-ply , scons , wabt , Build-Depends-Indep: dh-sequence-sphinxdoc , python3-sphinx , Standards-Version: 4.5.1 Homepage: http://emscripten.org/ Vcs-Browser: https://salsa.debian.org/js-team/emscripten Vcs-Git: https://salsa.debian.org/js-team/emscripten.git Rules-Requires-Root: no Package: emscripten Architecture: all Depends: binaryen (>= 99), clang (>= 1:11.0), lld (>= 1:11.0), llvm (>= 1:11.0), node-acorn, nodejs, ${misc:Depends}, ${python3:Depends}, Recommends: libjs-d3, python3-numpy, Suggests: adb, automake, closure-compiler, cmake, make, python3-ply, scons, wabt, Description: 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 . Some uses of emscripten require additional packages: * setting WASM2C requires wabt. * emcmake requires cmake. * emconfigure may require automake. * emmake requires make. * emrun option --android requires adb. * emscons requires scons. * WebIDL Binder requires python3-ply. Package: emscripten-doc Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Built-Using: ${sphinxdoc:Built-Using}, Architecture: all Description: 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.