https://codeberg.org/interpeer/vessel.git
Raw File
Tip revision: 5c7a39214ce9b5396b7aafb9d576b159b57ef04a authored by Jens Finkhaeuser on 09 January 2024, 12:10:19 UTC
(void) and () have different meanings in C
Tip revision: 5c7a392
codemeta.json
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/GPL-3.0",
    "isPartOf": "https://interpeer.io/",
    "codeRepository": "https://codeberg.org/interpeer/vessel.git",
    "contIntegration": "https://ci.codeberg.org/interpeer/vessel",
    "dateCreated": "2022-05-19 12:30:00 +0200",
    "datePublished": "2022-05-19 12:30:00 +0200",
    "issueTracker": "https://codeberg.org/interpeer/vessel/issues",
    "name": "vessel",
    "funding": "Next Generation Internet Initiative/NGI Zero (NGI0)",
    "developmentStatus": "wip",
    "funder": {
        "@type": "Organization",
        "name": "NLNet Foundation",
        "url": "https://nlnet.nl"
    },
    "programmingLanguage": [
        "C++"
    ],
    "operatingSystem": [
        "Linux",
        "Android",
        "BSD",
        "MacOS",
        "Windows"
    ],
    "softwareRequirements": [
        "Python 3"
    ],
    "relatedLink": [
        "https://interpeer.io/",
        "https://codeberg.org/interpeer/"
    ],
    "author": [
        {
            "@type": "Person",
            "@id": " https://orcid.org/0000-0002-1280-3658",
            "givenName": "Jens",
            "familyName": "Finkhaeuser",
            "email": "jens@interpeer.io",
            "affiliation": {
                "@type": "Organization",
                "name": "Interpeer gUG"
            }
        }
    ],
    "softwareRequirements": [
        "https://codeberg.org/interpeer/liberate/",
        "https://codeberg.org/interpeer/s3kr1t/"
    ]
}
back to top