Skip to content

Commit a6db259

Browse files
authored
Create projects.yml for safety critical OSS landscape
Adding a first non functional landscape file as base for later CNCF landscape drawing. The style is following: https://github.com/lf-energy/lfenergy-landscape/blob/main/landscape.yml
1 parent 9e19e97 commit a6db259

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
landscape:
2+
- category:
3+
name: Tools
4+
subcategories:
5+
- subcategory:
6+
name: Compiler
7+
items:
8+
- item:
9+
name: LLVM
10+
description:
11+
homepage_url: https://llvm.org/
12+
repo_url: https://github.com/llvm
13+
logo:
14+
- subcategory:
15+
name: Requirements
16+
items: []
17+
- subcategory:
18+
name: Static analysis
19+
items: []
20+
- subcategory:
21+
name: Build tooling
22+
items: []
23+
- category:
24+
name: Operating Systems
25+
- subcategory:
26+
name: Realtime
27+
items: []
28+
- category:
29+
name: Frameworks
30+
- subcategory:
31+
name: Middleware
32+
items: []
33+
34+
35+

0 commit comments

Comments
 (0)