Registry / serialization / spdx-tools-golang

spdx-tools-golang

JSON →
library0.5.7gogounverified

A Go library for parsing, creating, and validating SPDX documents for software bill of materials (SBOM).

go get github.com/spdx/tools-golang
INSTALL
IMPORT
SIG · SPDX-TOOLS-GOLANG
S
spdx-tools-golang
serializationgov0.5.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

spdx
github.com/spdx/tools-golang

Creates an empty SPDX document.

package main import ( "fmt" "github.com/spdx/tools-golang/spdx" ) func main() { doc := &spdx.Document{} fmt.Println(doc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
spdx-tools-golang — go get spdx-tools-golang · libregistry