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

Changelog

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

  * Extend test timeout to 150m for slower architectures

 -- Pirate Praveen <email address hidden>  Thu, 13 Jul 2023 22:55:08 +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-3.dsc 3.0 KiB 44b10179c2deb15e4a4b7a141244b794bf23a1b7079b2274c5970eda94bedba8
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-3.debian.tar.xz 2.9 KiB abb84970e34c3448b28c971105fd2be3e107e7283e80660042e52c0209b0ba26

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