package parser2v2
import "github.com/spdx/tools-golang/tvloader/parser2v2"
Package parser2v2 contains functions to read, load and parse SPDX tag-value files, version 2.2. SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
Index ¶
Functions ¶
func ParseTagValues ¶
func ParseTagValues(tvs []reader.TagValuePair) (*spdx.Document2_2, error)
ParseTagValues takes a list of (tag, value) pairs, parses it and returns a pointer to a parsed SPDX Document.
Source Files ¶
parse_annotation.go parse_creation_info.go parse_file.go parse_other_license.go parse_package.go parse_relationship.go parse_review.go parse_snippet.go parser.go types.go util.go
- Version
- v0.1.0
- Published
- Mar 20, 2021
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 hours ago –
Tools for package owners.