{
	"SPDXID":"SPDXRef-DOCUMENT",
	"name":"R-cachem-0.1.0.5-1.oe2409.aarch64.rpm",
	"spdxVersion":"SPDX-2.2",
	"creationInfo":{
		"created":"2024-09-30T03:30:07.5589037Z",
		"creators":"[openeuler_creator]"
	},
	"dataLicense":"CC0-1.0",
	"documentNamespace":"https://repo.openeuler.org/security/data/sbom/R-cachem-0.1.0.5-1.oe2409.aarch64.rpm",
	"packages":[
		{
			"SPDXID":"SPDXRef-rpm-R-core-4.0.5-aadd7ccd-4eb3-478c-a641-65c281893bbb-a707e8b5-c768-4d5c-94e0-a999eace4539",
			"name":"R-core",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"054c7cb6e4be62521246344bed36f4789cca30e3ea84707f75fff601aa557535"
				}
			],
			"description":"A language and environment for statistical computing and graphics. R is similar\nto the award-winning S system, which was developed at Bell Laboratories by\nJohn Chambers et al. It provides a wide variety of statistical and graphical\ntechniques (linear and nonlinear modelling, statistical tests, time series analysis,\nclassification, clustering, ...).\n\nR is designed as a true computer language with control-flow constructions for\niteration and alternation, and it allows users to add additional functionality\nby defining new functions. For computationally intensive tasks, C, C++ and\nFortran code can be linked and called at run time.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/R-core@4.0.5-4.oe2409?arch=aarch64&epoch=0&upstream=R-4.0.5-4.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://www.r-project.org",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"The minimal R components necessary for a functional runtime",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:4.0.5-4.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-R-fastmap-1.1.0-4fdbbf8d-9a3b-40fe-98fc-caf76d61024b-8e625c92-52e5-4d5d-810c-5c3441cdab7f",
			"name":"R-fastmap",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"a73090c3e99ba02747b11b1d268c5389065207feebcc68d8ef15320c63cf3800"
				}
			],
			"description":"Fast implementation of data structures, including a key-value store, stack,\nand queue. Environments are commonly used as key-value stores in R, but\nevery time a new key is used, it is added to R's global symbol table,\ncausing a small amount of memory leakage. This can be problematic in cases\nwhere many different keys are used. Fastmap avoids this memory leak issue\nby implementing the map using data structures in C++.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/R-fastmap@1.1.0-1.oe2409?arch=aarch64&epoch=0&upstream=R-fastmap-1.1.0-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://CRAN.R-project.org/package=fastmap",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Fast Data Structures",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:1.1.0-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-R-rlang-0.4.11-6da2e955-284d-4cde-8af9-5063203f67fd-a9f72cc4-d815-45d1-8f76-4271e0bb7559",
			"name":"R-rlang",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"79d6ca5c1c4ff6f3148c5f701fed1d6e5b766f265451a8564639fea029c8886e"
				}
			],
			"description":"A toolbox for working with base types, core R features like the condition\nsystem, and core 'Tidyverse' features like tidy evaluation.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/R-rlang@0.4.11-1.oe2409?arch=aarch64&epoch=0&upstream=R-rlang-0.4.11-1.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"https://CRAN.R-project.org/package=rlang",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"Functions for Base Types and Core R and 'Tidyverse' Features",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:0.4.11-1.oe2409"
		},
		{
			"SPDXID":"SPDXRef-rpm-glibc-2.38-098de365-83d8-44e8-9207-c3aeb8fc378c-a2901736-ee4f-43bd-b7a1-382da927c2c4",
			"name":"glibc",
			"checksums":[
				{
					"algorithm":"SHA256",
					"checksumValue":"f83727d5acc81f8f92521d78f89a59332782c39c8e4d98151505e6bc01fdca98"
				}
			],
			"description":"The GNU C Library project provides the core libraries for the GNU system and\nGNU/Linux systems, as well as many other systems that use Linux as the kernel.\nThese libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD,\nOS-specific APIs and more. These APIs include such foundational facilities as\nopen, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt,\n login, exit and more.",
			"downloadLocation":"NOASSERTION",
			"externalRefs":[
				{
					"referenceCategory":"PACKAGE_MANAGER",
					"referenceLocator":"pkg:rpm/glibc@2.38-34.oe2409?arch=aarch64&epoch=0&upstream=glibc-2.38-34.oe2409.src.rpm",
					"referenceType":"purl"
				}
			],
			"filesAnalyzed":false,
			"homepage":"http://www.gnu.org/software/glibc/",
			"sourceInfo":"acquired package info from repodata DB: repodata/6e742f68b2ae62313d1861c02b7faa39b44c963cbbc6ac979fb577de9af9babc-primary.sqlite.bz2",
			"summary":"The GNU libc libraries",
			"supplier":"Organization: http://openeuler.org",
			"versionInfo":"0:2.38-34.oe2409"
		}
	],
	"relationships":[
		{
			"spdxElementId":"SPDXRef-rpm-R-cachem-1.0.5-246c1977-fbef-49a5-ab36-68193d82ed3e",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-R-core-4.0.5-aadd7ccd-4eb3-478c-a641-65c281893bbb-a707e8b5-c768-4d5c-94e0-a999eace4539"
		},
		{
			"spdxElementId":"SPDXRef-rpm-R-cachem-1.0.5-246c1977-fbef-49a5-ab36-68193d82ed3e",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-R-fastmap-1.1.0-4fdbbf8d-9a3b-40fe-98fc-caf76d61024b-8e625c92-52e5-4d5d-810c-5c3441cdab7f"
		},
		{
			"spdxElementId":"SPDXRef-rpm-R-cachem-1.0.5-246c1977-fbef-49a5-ab36-68193d82ed3e",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-R-rlang-0.4.11-6da2e955-284d-4cde-8af9-5063203f67fd-a9f72cc4-d815-45d1-8f76-4271e0bb7559"
		},
		{
			"spdxElementId":"SPDXRef-rpm-R-cachem-1.0.5-246c1977-fbef-49a5-ab36-68193d82ed3e",
			"relationshipType":"DEPENDS_ON",
			"relatedSpdxElement":"SPDXRef-rpm-glibc-2.38-098de365-83d8-44e8-9207-c3aeb8fc378c-a2901736-ee4f-43bd-b7a1-382da927c2c4"
		}
	]
}