NuMPEX - Write a codemeta.json in a breeze

The software itself

HPC

The current version

The environment

Linux
MacOS
C++
Python

The development tools

{
    "@context": [
	"https://doi.org/10.5063/schema/codemeta-2.0",
	{
	    "numpex-catalog": "https://numpex.github.io/sw-catalog/terms-1.0/index.jsonld#",
	    "Role": "https://schema.org/Role",
	    "roleName": "https://schema.org/roleName",
	    "url": "https://schema.org/url"
	}
    ],
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/gpl3+",
    "name": "StarPU",
    "description": "StarPU is a runtime library ...",
    "version": "1.4.12",
    "codeRepository": "https://gitlab.inria.fr/starpu/starpu.git",
    "contIntegration": "https://ci.inria.fr/starpu/",
    "dateCreated": "2009-03-01",
    "datePublished": "2009-04-02",
    "dateModified": "2025-12-04",
    "downloadUrl": "https://files.inria.fr/starpu/starpu-1.4.11/starpu-1.4.11.tar.gz",
    "issueTracker": "https://github.com/starpu-runtime/starpu/issues",
    "applicationCategory": "HPC",
    "developmentStatus": "Active",
    "releaseNotes": "https://files.inria.fr/starpu/starpu-1.4.11/log.txt",
    "codemeta:isSourceCodeOf": { "id": "https://starpu.gitlabpages.inria.fr" },
    "programmingLanguage": [ "C++" ,"Python" ],
    "operatingSystem": [ "Linux" ,"MacOS" ],
    "keywords": [ "HPC" ],
    "numpex-catalog:annotatedLink": [
      {
        "@type": "Role",
        "roleName": "numpex-catalog:documentation",
        "url": "https://starpu.gitlabpages.inria.fr/doc.html"
      },
      {
        "@type": "Role",
        "roleName": "numpex-catalog:discussion",
        "url": "https://discord.gg/vKVJsuHB8U"
      },
      {
        "@type": "Role",
        "roleName": "numpex-catalog:guix_package",
        "url": "https://gitlab.inria.fr/guix-hpc/guix-hpc/-/blob/master/inria/storm.scm"
      },
      {
        "@type": "Role",
        "roleName": "numpex-catalog:spack_package",
        "url": "https://github.com/spack/spack-packages/tree/develop/repos/spack_repo/builtin/packages/starpu/package.py"
      },
    ]

}