-
-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathcodemeta.json
More file actions
21 lines (21 loc) · 791 Bytes
/
codemeta.json
File metadata and controls
21 lines (21 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CECILL-C.html",
"codeRepository": "https://github.com/scivision/mumps-superbuild",
"continuousIntegration": "https://github.com/scivision/mumps-superbuild/actions",
"downloadUrl": "https://github.com/scivision/mumps-superbuild/releases",
"issueTracker": "https://github.com/scivision/mumps-superbuild/issues",
"name": "MUMPS",
"identifier": "10.1145/3242094",
"description": "MUltifrontal Massively Parallel sparse direct Solver",
"applicationCategory": "linear algebra",
"developmentStatus": "active",
"keywords": [
"sparse direct solver"
],
"programmingLanguage": [
"Fortran",
"C"
]
}