https://codeberg.org/interpeer/s3kr1t.git
Raw File
Tip revision: de06e4aab9bff4a9491a8f7fdaaf4a28064a00bc authored by Jens Finkhaeuser on 08 May 2023, 09:37:19 UTC
Merge branch 'maintenance'
Tip revision: de06e4a
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/s3kr1t.git",
    "contIntegration": "https://ci.codeberg.org/interpeer/s3kr1t",
    "dateCreated": "2022-03-07 14:17:59 +0000",
    "datePublished": "2022-03-07 14:17:59 +0000",
    "issueTracker": "https://codeberg.org/interpeer/s3kr1t/issues",
    "name": "s3kr1t",
    "funding": "ISOC Foundation Research Grant Programme",
    "developmentStatus": "wip",
    "funder": {
        "@type": "Organization",
        "name": "Internet Society Foundation",
        "url": "https://www.isocfoundation.org/"
    },
    "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://www.openssl.org/"
    ]
}
back to top