rustyphoenixcodemeta 1.1.0

This project aims to generate a `codemeta.json` file used by zenodo from the `pixi.toml` of the current project
{
	"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
	"@type": "SoftwareSourceCode",
	"license": "https://spdx.org/licenses/CECILL-C",
	"codeRepository": "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta.git",
	"contIntegration": "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta/-/pipelines",
	"dateCreated": "2026-03-02",
	"dateModified": "2026-03-20",
	"datePublished": "2026-03-20",
	"downloadUrl": "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta/-/archive/1.1.0/RustyPhoenixCodeMeta-1.1.0.tar.gz",
	"issueTracker": "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta/-/issues",
	"name": "RustyPhoenixCodeMeta",
	"version": "1.1.0",
	"softwareVersion": "1.1.0",
	"readme": "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/code-generator/RustyPhoenixCodeMeta-/blob/0.1.0/README.md",
	"description": "This project aims to generate a `codemeta.json` file used by zenodo from the `pixi.toml` of the current project",
	"keywords": ["Phoenix2", "Rust", "codemeta", "generator"],
	"relatedLink": [
		"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PHOENIX2"
	],
	"author": [
		{
			"@type": "Person",
			"givenName": "Pierre",
			"familyName": "Aubert",
			"affiliation": {
				"@type": "Organization",
				"name": "LAPP, Univ. Savoie Mont-Blanc, CNRS"
			}
		},
		{
			"@type": "Person",
			"givenName": "Vincent",
			"familyName": "Pollet",
			"affiliation": {
				"@type": "Organization",
				"name": "LAPP, Univ. Savoie Mont-Blanc, CNRS"
			}
		},
		{
			"@type": "Person",
			"givenName": "Thibaut",
			"familyName": "Oprinsen",
			"affiliation": {
				"@type": "Organization",
				"name": "LAPP, Univ. Savoie Mont-Blanc, CNRS"
			}
		}
	],
	"contributor": [
		{
			"@type": "Person",
			"givenName": "Pierre",
			"familyName": "Aubert",
			"affiliation": {
				"@type": "Organization",
				"name": "LAPP, Univ. Savoie Mont-Blanc, CNRS"
			}
		},
		{
			"@type": "Person",
			"givenName": "Vincent",
			"familyName": "Pollet",
			"affiliation": {
				"@type": "Organization",
				"name": "LAPP, Univ. Savoie Mont-Blanc, CNRS"
			}
		},
		{
			"@type": "Person",
			"givenName": "Thibaut",
			"familyName": "Oprinsen",
			"affiliation": {
				"@type": "Organization",
				"name": "LAPP, Univ. Savoie Mont-Blanc, CNRS"
			}
		}
	],
	"maintainer":
		{
			"@type": "Person",
			"givenName": "Pierre",
			"familyName": "Aubert",
			"affiliation": {
				"@type": "Organization",
				"name": "LAPP, Univ. Savoie Mont-Blanc, CNRS"
			}
		}
}