-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
codemeta.json
27 lines (27 loc) · 896 Bytes
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "MxNet.Sharp is a CSharp binding coving all the Imperative, Symbolic and Gluon API's with an easy to use interface",
"name": "MxNet.Shar",
"codeRepository": "https://github.com/tech-quantum/MxNet.Sharp",
"issueTracker": "https://github.com/tech-quantum/MxNet.Sharp/issues",
"license": "https://github.com/tech-quantum/MxNet.Sharp/blob/master/LICENSE",
"version": "1.5.1",
"author": [
{
"@type": "Person",
"givenName": "Deepak",
"familyName": "Battini",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-1719-3091"
}
],
"developmentStatus": "active",
"keywords": [
"GitHub",
"metadata",
"software"
],
"maintainer": "https://orcid.org/0000-0003-1719-3091",
"programmingLanguage": "C#"
}