act
- Ebuilds: 1, Stable: 1.6.0, Testing: 1.6.0 Description:
The Automatic Component Toolkit (ACT) is a code generator for a thin
C89-API, implementation stubs and language bindings for C, C++, Pascal,
Python3, Go, NodeJS, C#, based on an instance of an Interface Description
Language file.
Homepage:https://github.com/Autodesk/AutomaticComponentToolkit License: BSD-2
go-licenses
- Ebuilds: 2, Stable: 2.0.1, Testing: 2.0.1, 1.6.0 Description:
go-licenses analyzes the dependency tree of a Go package/binary.
It can output a report on the libraries used and under what license they can be used.
It can also collect all of the license documents, copyright notices and source code
into a directory in order to comply with license terms on redistribution.
Homepage:https://github.com/google/go-licenses License: Apache-2.0 BSD-2 BSD MIT Unlicense
gocov
- Ebuilds: 1, Testing: 1.1.0 Description: Coverage testing tool for The Go Programming Language
Homepage:https://github.com/axw/gocov License: BSD-2
licenseclassifier
- Ebuilds: 1, Testing: 2.0.0 Description:
The license classifier is a library and set of tools that can analyze text
to determine what type of license it contains. It searches for license texts
in a file and compares them to an archive of known licenses.
These files could be, e.g., LICENSE files with a single or multiple licenses in it,
or source code files with the license text in a comment.
Homepage:https://github.com/google/licenseclassifier License: Apache-2.0 MIT Unlicense