diff options
Diffstat (limited to 'extension/src/openvic-extension/xxHash/share/xxhash/vcpkg.spdx.json')
-rw-r--r-- | extension/src/openvic-extension/xxHash/share/xxhash/vcpkg.spdx.json | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/extension/src/openvic-extension/xxHash/share/xxhash/vcpkg.spdx.json b/extension/src/openvic-extension/xxHash/share/xxhash/vcpkg.spdx.json new file mode 100644 index 0000000..d2d9838 --- /dev/null +++ b/extension/src/openvic-extension/xxHash/share/xxhash/vcpkg.spdx.json @@ -0,0 +1,110 @@ +{ + "$schema": "https://raw.githubusercontent.com/spdx/spdx-spec/v2.2.1/schemas/spdx-schema.json", + "spdxVersion": "SPDX-2.2", + "dataLicense": "CC0-1.0", + "SPDXID": "SPDXRef-DOCUMENT", + "documentNamespace": "https://spdx.org/spdxdocs/xxhash-x64-windows-0.8.2-7a19ffa4-def1-4754-acdd-877d1aebcd6d", + "name": "xxhash:x64-windows@0.8.2 ca15e46027fd27cb6036ce05b69286c684dce5381f28fd6db50afff67d6d1c7d", + "creationInfo": { + "creators": [ + "Tool: vcpkg-9990a4c9026811a312cb2af78bf77f3d9d288416" + ], + "created": "2023-09-20T04:53:13Z" + }, + "relationships": [ + { + "spdxElementId": "SPDXRef-port", + "relationshipType": "GENERATES", + "relatedSpdxElement": "SPDXRef-binary" + }, + { + "spdxElementId": "SPDXRef-port", + "relationshipType": "CONTAINS", + "relatedSpdxElement": "SPDXRef-file-0" + }, + { + "spdxElementId": "SPDXRef-port", + "relationshipType": "CONTAINS", + "relatedSpdxElement": "SPDXRef-file-1" + }, + { + "spdxElementId": "SPDXRef-binary", + "relationshipType": "GENERATED_FROM", + "relatedSpdxElement": "SPDXRef-port" + }, + { + "spdxElementId": "SPDXRef-file-0", + "relationshipType": "CONTAINED_BY", + "relatedSpdxElement": "SPDXRef-port" + }, + { + "spdxElementId": "SPDXRef-file-1", + "relationshipType": "CONTAINED_BY", + "relatedSpdxElement": "SPDXRef-port" + } + ], + "packages": [ + { + "name": "xxhash", + "SPDXID": "SPDXRef-port", + "versionInfo": "0.8.2", + "downloadLocation": "git+https://github.com/Microsoft/vcpkg#ports/xxhash", + "homepage": "https://github.com/Cyan4973/xxHash", + "licenseConcluded": "NOASSERTION", + "licenseDeclared": "NOASSERTION", + "copyrightText": "NOASSERTION", + "description": "Extremely fast hash algorithm", + "comment": "This is the port (recipe) consumed by vcpkg." + }, + { + "name": "xxhash:x64-windows", + "SPDXID": "SPDXRef-binary", + "versionInfo": "ca15e46027fd27cb6036ce05b69286c684dce5381f28fd6db50afff67d6d1c7d", + "downloadLocation": "NONE", + "licenseConcluded": "NOASSERTION", + "licenseDeclared": "NOASSERTION", + "copyrightText": "NOASSERTION", + "comment": "This is a binary package built by vcpkg." + }, + { + "SPDXID": "SPDXRef-resource-1", + "name": "Cyan4973/xxHash", + "downloadLocation": "git+https://github.com/Cyan4973/xxHash@v${VERSION}", + "licenseConcluded": "NOASSERTION", + "licenseDeclared": "NOASSERTION", + "copyrightText": "NOASSERTION", + "checksums": [ + { + "algorithm": "SHA512", + "checksumValue": "3e3eef21432fe88bc4dd9940ccad0308fdea3537b06fa5ac0e74c1bde53413dff29c8b3fc617a8a42b9ce88fcf213311d338a31b1ce73b3729342c9e68f06c78" + } + ] + } + ], + "files": [ + { + "fileName": "./C:/Users/Tyaf/vcpkg/ports/xxhash/portfile.cmake", + "SPDXID": "SPDXRef-file-0", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "3058502012318b588a4e1ef0475010168e701f8eb2796073efc383f5f1cedef1" + } + ], + "licenseConcluded": "NOASSERTION", + "copyrightText": "NOASSERTION" + }, + { + "fileName": "./C:/Users/Tyaf/vcpkg/ports/xxhash/vcpkg.json", + "SPDXID": "SPDXRef-file-1", + "checksums": [ + { + "algorithm": "SHA256", + "checksumValue": "90f476e98a97a8e03ada1b87396f61346db8f4a5b6289f911b8a96aebafe6cce" + } + ], + "licenseConcluded": "NOASSERTION", + "copyrightText": "NOASSERTION" + } + ] +} |