golang-github-robertkrimen-otto 0.0~git20200922.ef014fd-2 source package in Ubuntu

Changelog

golang-github-robertkrimen-otto (0.0~git20200922.ef014fd-2) unstable; urgency=medium

  * Write patch to fix build/tests onnon-amd64 archs
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * d/control: Mark M-A: foreign

 -- Nilesh Patra <email address hidden>  Fri, 22 Oct 2021 19:06:16 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-robertkrimen-otto_0.0~git20200922.ef014fd-2.dsc 2.5 KiB 3f35accbc018915c61b1264dac5da4fb04b245731a8ed79a483a407dd72ffd17
golang-github-robertkrimen-otto_0.0~git20200922.ef014fd.orig.tar.xz 190.1 KiB 64fba2cf57506dad0d9273af149ba989a6dc2ff031f3de71e50032152b7589c3
golang-github-robertkrimen-otto_0.0~git20200922.ef014fd-2.debian.tar.xz 4.2 KiB b73d0e3f4f83f6f230c98e4f62dc42e16823f9707f7517e17cdc82eacc3d2a47

No changes file available.

Binary packages built by this source

golang-github-robertkrimen-otto-dev: JavaScript parser and interpreter in Go

 Otto provides a JavaScript parser and interpreter written natively in Go.
 .
 The following are some limitations with Otto:
  * "use strict" will parse, but does nothing.
  * The regular expression engine (re2/regexp) is not fully compatible with the
    ECMAScript 5 specification.
  * Otto targets ES5. ES6 features (eg: Typed Arrays) are not supported.