Skip to content

Commit 101213b

Browse files
committed
Merge branch 'master' of github.com:mrLSD/llvm-codegen
2 parents 5d59072 + bf82b36 commit 101213b

File tree

2 files changed

+133
-0
lines changed

2 files changed

+133
-0
lines changed

techstack.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!--
2+
&lt;--- Readme.md Snippet without images Start ---&gt;
3+
## Tech Stack
4+
mrLSD/llvm-codegen is built on the following main stack:
5+
6+
- [Swift](https://developer.apple.com/swift/) – Languages
7+
- [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages
8+
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
9+
10+
Full tech stack [here](/techstack.md)
11+
12+
&lt;--- Readme.md Snippet without images End ---&gt;
13+
14+
&lt;--- Readme.md Snippet with images Start ---&gt;
15+
## Tech Stack
16+
mrLSD/llvm-codegen is built on the following main stack:
17+
18+
- <img width='25' height='25' src='https://img.stackshare.io/service/1009/tuHsaI2U.png' alt='Swift'/> [Swift](https://developer.apple.com/swift/) – Languages
19+
- <img width='25' height='25' src='https://img.stackshare.io/no-img-open-source.png' alt='C lang'/> [C lang](http://en.wikipedia.org/wiki/C_(programming_language)) – Languages
20+
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
21+
22+
Full tech stack [here](/techstack.md)
23+
24+
&lt;--- Readme.md Snippet with images End ---&gt;
25+
-->
26+
<div align="center">
27+
28+
# Tech Stack File
29+
![](https://img.stackshare.io/repo.svg "repo") [mrLSD/llvm-codegen](https://github.com/mrLSD/llvm-codegen)![](https://img.stackshare.io/public_badge.svg "public")
30+
<br/><br/>
31+
|4<br/>Tools used|01/20/24 <br/>Report generated|
32+
|------|------|
33+
</div>
34+
35+
## <img src='https://img.stackshare.io/languages.svg'/> Languages (2)
36+
<table><tr>
37+
<td align='center'>
38+
<img width='36' height='36' src='https://img.stackshare.io/no-img-open-source.png' alt='C lang'>
39+
<br>
40+
<sub><a href="http://en.wikipedia.org/wiki/C_(programming_language)">C lang</a></sub>
41+
<br>
42+
<sub></sub>
43+
</td>
44+
45+
<td align='center'>
46+
<img width='36' height='36' src='https://img.stackshare.io/service/1009/tuHsaI2U.png' alt='Swift'>
47+
<br>
48+
<sub><a href="https://developer.apple.com/swift/">Swift</a></sub>
49+
<br>
50+
<sub></sub>
51+
</td>
52+
53+
</tr>
54+
</table>
55+
56+
## <img src='https://img.stackshare.io/devops.svg'/> DevOps (2)
57+
<table><tr>
58+
<td align='center'>
59+
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
60+
<br>
61+
<sub><a href="http://git-scm.com/">Git</a></sub>
62+
<br>
63+
<sub></sub>
64+
</td>
65+
66+
<td align='center'>
67+
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
68+
<br>
69+
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
70+
<br>
71+
<sub></sub>
72+
</td>
73+
74+
</tr>
75+
</table>
76+
77+
<br/>
78+
<div align='center'>
79+
80+
Generated via [Stack File](https://github.com/marketplace/stack-file)

techstack.yml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
repo_name: mrLSD/llvm-codegen
2+
report_id: a41b946dc26669f61269f027fe8e228c
3+
version: 0.1
4+
repo_type: Public
5+
timestamp: '2024-01-20T08:48:50+00:00'
6+
requested_by: mrLSD
7+
provider: github
8+
branch: master
9+
detected_tools_count: 4
10+
tools:
11+
- name: C lang
12+
description: One of the most widely used programming languages of all time
13+
website_url: http://en.wikipedia.org/wiki/C_(programming_language)
14+
open_source: true
15+
hosted_saas: false
16+
category: Languages & Frameworks
17+
sub_category: Languages
18+
image_url: https://img.stackshare.io/no-img-open-source.png
19+
detection_source_url: https://github.com/mrLSD/llvm-codegen
20+
detection_source: Repo Metadata
21+
- name: Swift
22+
description: 'An innovative new programming language for Cocoa and Cocoa Touch. '
23+
website_url: https://developer.apple.com/swift/
24+
license: Apache-2.0
25+
open_source: true
26+
hosted_saas: false
27+
category: Languages & Frameworks
28+
sub_category: Languages
29+
image_url: https://img.stackshare.io/service/1009/tuHsaI2U.png
30+
detection_source_url: https://github.com/mrLSD/llvm-codegen
31+
detection_source: Repo Metadata
32+
- name: Git
33+
description: Fast, scalable, distributed revision control system
34+
website_url: http://git-scm.com/
35+
open_source: true
36+
hosted_saas: false
37+
category: Build, Test, Deploy
38+
sub_category: Version Control System
39+
image_url: https://img.stackshare.io/service/1046/git.png
40+
detection_source_url: https://github.com/mrLSD/llvm-codegen
41+
detection_source: Repo Metadata
42+
- name: GitHub Actions
43+
description: Automate your workflow from idea to production
44+
website_url: https://github.com/features/actions
45+
open_source: false
46+
hosted_saas: true
47+
category: Build, Test, Deploy
48+
sub_category: Continuous Integration
49+
image_url: https://img.stackshare.io/service/11563/actions.png
50+
detection_source_url: https://github.com/mrLSD/llvm-codegen/blob/master/.github/workflows/swift.yaml
51+
detection_source: ".github/workflows/swift.yaml"
52+
last_updated_by: Evgeny Ukhanov
53+
last_updated_on: 2021-07-03 22:01:07.000000000 Z

0 commit comments

Comments
 (0)