Source: golang-github-evanw-esbuild Section: golang Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok , Jérémy Lal Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any (>= 2:1.13~), golang-golang-x-sys-dev (>= 0.0~git20220715.c0bba94), golang-src, nodejs [!hurd-i386 !powerpc], Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-evanw-esbuild Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-evanw-esbuild.git Homepage: https://github.com/evanw/esbuild XS-Go-Import-Path: github.com/evanw/esbuild Package: golang-github-evanw-esbuild-dev Architecture: all Multi-Arch: foreign Depends: golang-golang-x-sys-dev (>= 0.0~git20220715.c0bba94), ${misc:Depends} Description: extremely fast JavaScript bundler and minifier (library) esbuild is a JavaScript bundler and minifier. It packages up JavaScript, TypeScript, JSX, CSS, and others, for distribution on the web. . Why build another JavaScript build tool ? The current build tools for the web are at least an order of magnitude slower than they should be. It is hoped that this project serves as an "existence proof" that JavaScript tooling can be much, much faster. . This package contains the github.com/evanw/esbuild Go library. Package: esbuild Architecture: any Section: javascript Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: nodejs [!hurd-i386 !powerpc] Provides: node-esbuild (= ${binary:Version}) [!hurd-i386 !powerpc], ${nodejs:Provides} Static-Built-Using: ${misc:Static-Built-Using} Built-Using: ${misc:Built-Using} Description: extremely fast JavaScript bundler and minifier (program) esbuild is a JavaScript bundler and minifier. It packages up JavaScript, TypeScript, JSX, CSS, and others, for distribution on the web. . Why build another JavaScript build tool ? The current build tools for the web are at least an order of magnitude slower than they should be. It is hoped that this project serves as an "existence proof" that JavaScript tooling can be much, much faster. . This package contains the esbuild binary. Package: esbuild-wasm Architecture: all Section: javascript Provides: node-esbuild-wasm Depends: ${misc:Depends} , nodejs:any Description: extremely fast JavaScript bundler and minifier (WASM version) esbuild is a JavaScript bundler and minifier. It packages up JavaScript, TypeScript, JSX, CSS, and others, for distribution on the web. . Why build another JavaScript build tool ? The current build tools for the web are at least an order of magnitude slower than they should be. It is hoped that this project serves as an "existence proof" that JavaScript tooling can be much, much faster. . This package contains the esbuild binary compiled as WASM.