golang-github-go-enry-go-license-detector 4.3.0+git20221007.a3a1cc6-3build1 source package in Ubuntu

Changelog

golang-github-go-enry-go-license-detector (4.3.0+git20221007.a3a1cc6-3build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:16 +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
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6.orig.tar.gz 8.9 MiB b2580d804abc9ff29f4e125647988294457348d548b65e7d9c140b95e9f62ba9
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6-3build1.debian.tar.xz 3.0 KiB b55ea45c0a591e515464ed34046c0ee0140d3d8880aaec3bd2f798a6fb5d3080
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6-3build1.dsc 3.0 KiB 4527aa6ee69452750113457f30b14985ec02687b8c28f8f091ac6e7c5c16ec8f

View changes file

Binary packages built by this source

golang-github-go-enry-go-license-detector-dev: Reliable project licenses detector (library)

 It scans the given directory for license files, normalizes and hashes them
 and outputs all the fuzzy matches with the list of reference texts. The
 returned names follow SPDX standard.
 .
 Why? There are no similar projects which can be compiled into a native binary
 without dependencies and also support the whole SPDX license database
 (≈400 items). This implementation is also fast, requires little memory, and
 the API is easy to use.
 .
 The detection algorithm is not template matching; this directly implies that
 go-license-detector does not provide any legal guarantees. The intended area
 of it's usage is data mining.
 .
 This package provides the golang module.

license-detector: Reliable project licenses detector (command line)

 It scans the given directory for license files, normalizes and hashes them
 and outputs all the fuzzy matches with the list of reference texts. The
 returned names follow SPDX standard.
 .
 Why? There are no similar projects which can be compiled into a native binary
 without dependencies and also support the whole SPDX license database
 (≈400 items). This implementation is also fast, requires little memory, and
 the API is easy to use.
 .
 The detection algorithm is not template matching; this directly implies that
 go-license-detector does not provide any legal guarantees. The intended area
 of it's usage is data mining.
 .
 This package provides the command line interface.

license-detector-dbgsym: debug symbols for license-detector