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

Changelog

golang-github-go-enry-go-license-detector (4.3.0+git20221007.a3a1cc6-2) unstable; urgency=medium

  * Update minimum version of golang-any
  * Switch to golang-go (gccgo-go is missing textflag.h)

 -- Pirate Praveen <email address hidden>  Thu, 13 Jul 2023 15:28:29 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6-2.dsc 3.0 KiB 2afca71970dd4b365d1fe63bd17ded68b707b9d4858e8a90795a208bc93e84c0
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-2.debian.tar.xz 2.9 KiB 0790e5ce78ed5f627d72e11950b9610aeb24a596d02d249808f38b3f72ebf066

No changes file available.

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