golang-github-gopherjs-jsbuiltin 0.0~git20180426.5009155-1 source package in Ubuntu

Changelog

golang-github-gopherjs-jsbuiltin (0.0~git20180426.5009155-1) unstable; urgency=medium

  * Initial release (Closes: #979005)

 -- Alexandre Viau <email address hidden>  Fri, 01 Jan 2021 16:57:25 -0500

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gopherjs-jsbuiltin_0.0~git20180426.5009155-1.dsc 2.4 KiB 1c4066de6bda928a897e78c1984ebe117bbe50c7cc960e6e238828415912bf33
golang-github-gopherjs-jsbuiltin_0.0~git20180426.5009155.orig.tar.xz 5.1 KiB b0d9d5e3c5e2c66a27c411028083accac8344b0149932f8a8d0e240d363084f0
golang-github-gopherjs-jsbuiltin_0.0~git20180426.5009155-1.debian.tar.xz 2.7 KiB c44ef85db338f47bdf265a8b2c8b6f25c273c395d0779623cd91cf581d5ffd5c

No changes file available.

Binary packages built by this source

golang-github-gopherjs-jsbuiltin-dev: GopherJS bindings for built-in JavaScript functions

 JavaScript has a small number of built-in functions to handle
 some common day-to-day tasks. This package providers wrappers
 around some of these functions for use in GopherJS.
 .
 It is worth noting that in many cases, using Go's equivalent
 functionality (such as that found in the net/url package) may
 be preferable to using this package, and will be a necessity
 any time you wish to share functionality between front-end
 and back-end code.