Source: golang-github-evanw-esbuild Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any (>= 2:1.13~), golang-golang-x-sys-dev (>= 0.0~git20200501.bc7a7d4) Standards-Version: 4.5.1 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 Rules-Requires-Root: no XS-Go-Import-Path: github.com/evanw/esbuild Package: golang-github-evanw-esbuild-dev Architecture: all Depends: golang-golang-x-sys-dev (>= 0.0~git20200501.bc7a7d4), ${misc:Depends} Description: extremely fast JavaScript bundler and minifier (library) esbuild is a JavaScript bundler and minifier. It packages up JavaScript and TypeScript code 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} Built-Using: ${misc:Built-Using} Description: extremely fast JavaScript bundler and minifier (program) esbuild is a JavaScript bundler and minifier. It packages up JavaScript and TypeScript code 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.