golang-golang-x-exp 0.0~git20230522.2e198f4-1build1 source package in Ubuntu

Changelog

golang-golang-x-exp (0.0~git20230522.2e198f4-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:16:01 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-exp_0.0~git20230522.2e198f4.orig.tar.xz 1.3 MiB 662f1eb5cca020621410bb4ae7da8b5ba0348ef990e8a69e811b169d1803be95
golang-golang-x-exp_0.0~git20230522.2e198f4-1build1.debian.tar.xz 4.2 KiB b6ec24063b5a06778a473889390098c2438638ddd0488e35056fc83b0c831266
golang-golang-x-exp_0.0~git20230522.2e198f4-1build1.dsc 2.3 KiB 888149aec8b9a4b8d8e36b0592ee9fed93e252f9c57a86f4aa309951bd04ee6c

View changes file

Binary packages built by this source

ebnflint: verifies EBNF productions are consistent and grammatically correct

 Ebnflint verifies that EBNF productions are consistent and grammatically
 correct. It reads them from an HTML document such as the Go specification.
 .
 Grammar productions are grouped in boxes demarcated by the HTML elements
 .
   <pre class="ebnf">
   </pre>
 .
 Usage:
 .
   ebnflint [--start production] [file]
 .
 The --start flag specifies the name of the start production for the grammar; it
 defaults to "Start".

golang-golang-x-exp-dev: experimental and deprecated packages

 This subrepository holds experimental and deprecated (in the "old" directory)
 packages.
 .
 The idea for this subrepository originated as the "pkg/exp" directory of the
 main repository, but its presence there made it unavailable to users of the
 binary downloads of the Go installation. The subrepository has therefore been
 created to make it possible to "go get" these packages.
 .
 Warning: Packages here are experimental and unreliable. Some may one day be
 promoted to the main repository or other subrepository, or they may be modified
 arbitrarily or even disappear altogether.
 .
 In short, code in this subrepository is not subject to the Go 1 compatibility
 promise. (No subrepo is, but the promise is even more likely to be violated by
 go.exp than the others.)
 .
 Caveat emptor.