forked from cgvwzq/cachequery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
36 lines (36 loc) · 1.08 KB
/
codemeta.json
File metadata and controls
36 lines (36 loc) · 1.08 KB
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
28
29
30
31
32
33
34
35
36
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/cgvwzq/cachequery/",
"dateCreated": "2019-12-17",
"datePublished": "2019-12-17",
"issueTracker": "https://github.com/cgvwzq/cachequery/issues",
"name": "CacheQuery",
"description": "A tool for interacting with hardware memory caches in modern Intel CPUs.",
"developmentStatus": "concept",
"referencePublication": "https://doi.org/10.1145/3385412.33860081",
"programmingLanguage": [
"C",
"x86",
"Python3"
],
"operatingSystem": [
"Linux"
],
"softwareRequirements": [
"lark-parser, LevelDB, Plyvel"
],
"author": [
{
"@type": "Person",
"givenName": "Pepe",
"familyName": "Vila",
"email": "pepe.vila@imdea.org",
"affiliation": {
"@type": "Organization",
"name": "IMDEA Software Institute"
}
}
]
}