-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 1.12 KB
/
config.json
File metadata and controls
34 lines (34 loc) · 1.12 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
{
"projects": {
"cyclonedds": {
"name": "Eclipse Cyclone DDS",
"short": "Main",
"language": "c",
"repository": "https://github.com/eclipse-cyclonedds/cyclonedds"
},
"cyclonedds-cxx": {
"name": "Eclipse Cyclone DDS: C++ API",
"short": "C++",
"language": "c++",
"repository": "https://github.com/eclipse-cyclonedds/cyclonedds-cxx"
},
"cyclonedds-python": {
"name": "Eclipse Cyclone DDS: Python API",
"short": "Python",
"language": "python3",
"repository": "https://github.com/eclipse-cyclonedds/cyclonedds-python"
},
"cyclonedds-insight": {
"name": "Eclipse Cyclone DDS: Insight",
"short": "Insight",
"language": "python3",
"repository": "https://github.com/eclipse-cyclonedds/cyclonedds-insight"
}
},
"releases": {
"11.0": "Marche des Davidsbündler contre les Philistins",
"0.10": "Lettres Dansantes",
"0.9": "Papillons",
"0.8": "Réplique"
}
}