golang-golang-x-exp 0.0~git20231006.7918f67-1 source package in Ubuntu

Changelog

golang-golang-x-exp (0.0~git20231006.7918f67-1) unstable; urgency=medium

  * New upstream version 0.0~git20231006.7918f67
  * Bump Standards-Version to 4.6.2 (no change)
  * debian/rules: Exclude apidiff to avoid extra dependencies
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Sun, 05 Nov 2023 17:22:59 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-exp_0.0~git20231006.7918f67-1.dsc 2.3 KiB cfdc9e81cddfd052d9f9098c7e55ebfd1e6a17fa65471836aa7b63bc97329870
golang-golang-x-exp_0.0~git20231006.7918f67.orig.tar.xz 1.4 MiB 098c2cba87f935a8b200c73c8cb51bab46c9852f8fe3617fc906d380c2bd882f
golang-golang-x-exp_0.0~git20231006.7918f67-1.debian.tar.xz 4.2 KiB 37f1f1c81329dcdcf0d20639ca977aea939eeaee40a3525328000c8ff5339acd

No changes file available.

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.