forked from scivision/mumps-superbuild
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcodemeta.json
More file actions
22 lines (22 loc) · 789 Bytes
/
Copy pathcodemeta.json
File metadata and controls
22 lines (22 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CECILL-C.html",
"codeRepository": "https://github.com/scivision/mumps",
"contIntegration": "https://github.com/scivision/mumps/actions",
"dateModified": "2022-07-22",
"downloadUrl": "https://github.com/scivision/mumps/releases",
"issueTracker": "https://github.com/scivision/mumps/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"
]
}