Binary package “golang-github-robertkrimen-otto-dev” in ubuntu noble

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.