golang-github-dop251-goja 0.0~git20170430.0.d382686-2 source package in Ubuntu

Changelog

golang-github-dop251-goja (0.0~git20170430.0.d382686-2) unstable; urgency=medium

  * Mark as autopkgtest-able, add tzdata build-depend (Closes: #871203)
  * Bump Standards-Version to 4.0.0

 -- Diego M. Rodriguez <email address hidden>  Wed, 16 Aug 2017 11:04:37 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dop251-goja_0.0~git20170430.0.d382686-2.dsc 2.4 KiB b2725b64afa57939b3390b529bff1dc1497b73ba742bacf998adaf734178b8a2
golang-github-dop251-goja_0.0~git20170430.0.d382686.orig.tar.xz 112.1 KiB fb00b8d7e0275aca2b6f73cbbce20e21b41093a726637cbf0ba3cd74caebe57c
golang-github-dop251-goja_0.0~git20170430.0.d382686-2.debian.tar.xz 3.0 KiB 56895b5aefb077c71e9336188ad60cf0b9a248cc104244dc309225ec8d2c6fc8

No changes file available.

Binary packages built by this source

golang-github-dop251-goja-dev: 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.