Source: golang-github-robertkrimen-otto Maintainer: Debian Go Packaging Team Uploaders: Utkarsh Gupta , Nilesh Patra Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-chzyer-readline-dev (>= 1.4.39~), golang-gopkg-sourcemap.v1-dev Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-robertkrimen-otto Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-robertkrimen-otto.git Homepage: https://github.com/robertkrimen/otto XS-Go-Import-Path: github.com/robertkrimen/otto Rules-Requires-Root: no Package: golang-github-robertkrimen-otto-dev Architecture: all Multi-Arch: foreign Depends: golang-github-chzyer-readline-dev (>= 1.4.39~), golang-gopkg-sourcemap.v1-dev, ${misc:Depends} Description: 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.