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

Changelog

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

  * New upstream version 4.3.0+git20221007.a3a1cc6
    - these commits are needed for gitaly 15.4

 -- Pirate Praveen <email address hidden>  Sun, 09 Oct 2022 02:50:28 +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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-go-enry-go-license-detector_4.3.0+git20221007.a3a1cc6-1.dsc 3.0 KiB 3c86d59788d2e9d7f92b20c80b190e316d3bf844be6fe6364eae81cd678ff5b7
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-1.debian.tar.xz 2.8 KiB 18880bacea42b15ec01897ceb206324091f3245e26079c6918ee7f4c7bec1a4c

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