-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
38 lines (38 loc) · 1.14 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Computer science",
"author": [
{
"id": "https://orcid.org/0000-0002-6002-2696",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "LAAS-CNRS, Université de Toulouse"
},
"email": "dalzilio@laas.fr",
"familyName": "Dal Zilio",
"givenName": "Silvano"
}
],
"codeRepository": "https://github.com/dalzilio/rudd",
"contributor": {
"id": "_:contributor_1",
"type": "Person",
"familyName": "Evan",
"givenName": "Cordell"
},
"dateCreated": "2021-05-09",
"dateModified": "2021-05-21",
"datePublished": "2021-05-21",
"description": "RuDD is a library for Binary Decision Diagrams written in pure Go.",
"keywords": [
"Binary Decision Diagrams",
"data structures"
],
"license": "https://spdx.org/licenses/MIT",
"name": "RuDD",
"programmingLanguage": "Go",
"version": "1.1.0",
"developmentStatus": "active"
}