1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: golang-github-evanw-esbuild
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
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.
|