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
  
     | 
    
      Source: golang-github-dop251-goja
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Diego M. Rodriguez <diego.plan9@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-dlclark-regexp2-dev,
               golang-github-go-sourcemap-sourcemap-dev,
               golang-github-google-pprof-dev,
               golang-github-masterminds-semver-dev,
               golang-golang-x-text-dev,
               golang-gopkg-yaml.v2-dev,
               tzdata
Standards-Version: 4.7.2
Homepage: https://github.com/dop251/goja
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dop251-goja
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dop251-goja.git
XS-Go-Import-Path: github.com/dop251/goja
Testsuite: autopkgtest-pkg-go
Package: golang-github-dop251-goja-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-dlclark-regexp2-dev,
         golang-golang-x-text-dev,
         golang-gopkg-yaml.v2-dev
Multi-Arch: foreign
Description: ECMAScript 5.1(+) implementation written in Go
 Full ECMAScript 5.1(+) implementation (including regex and strict
 mode) in Go.
 .
 It is not a replacement for V8 or SpiderMonkey or any other
 general-purpose JavaScript engine as it is much slower.  It can be used
 as an embedded scripting language where the cost of making a lot of cgo
 calls may outweigh the benefits of a faster JavaScript engine or as a
 way to avoid having non-Go dependencies.
 
     |