Skip to content

Commit bd71eca

Browse files
committed
Meta: add metatdata to please our OERSI overlords
1 parent 2d9bd84 commit bd71eca

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

metadata.yml

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
'@context': https://schema.org/
2+
creativeWorkStatus: Published
3+
type: LearningResource
4+
name: Mini-Python Builder (Backend)
5+
description: >-
6+
This repository provides a Java-based builder for Mini-Python and a matching C
7+
runtime. The builder emits corresponding C code via API calls (analogous to
8+
LLVM). Please read the documentation in the docs folder.
9+
license: https://choosealicense.com/licenses/mit/
10+
id: https://github.com/Compiler-CampusMinden/Mini-Python-Builder
11+
creator:
12+
- givenName: Carsten
13+
familyName: Gips
14+
id: https://orcid.org/0000-0002-4230-9060
15+
type: Person
16+
affiliation:
17+
name: Hochschule Bielefeld
18+
type: Organization
19+
- givenName: Birgit Christina
20+
familyName: George
21+
id: https://orcid.org/0009-0001-6148-9677
22+
type: Person
23+
affiliation:
24+
name: Hochschule Bielefeld
25+
type: Organization
26+
- givenName: Florian
27+
familyName: Warzecha
28+
type: Person
29+
affiliation:
30+
name: Hochschule Bielefeld
31+
type: Organization
32+
- givenName: Sebastian
33+
familyName: Steinmeyer
34+
type: Person
35+
affiliation:
36+
name: Hochschule Bielefeld
37+
type: Organization
38+
- givenName: Michael
39+
familyName: Peters
40+
type: Person
41+
affiliation:
42+
name: Hochschule Bielefeld
43+
type: Organization
44+
keywords:
45+
- compiler
46+
- backend
47+
- code generation
48+
- oer
49+
inLanguage:
50+
- de
51+
about:
52+
- https://w3id.org/kim/hochschulfaechersystematik/n079
53+
learningResourceType:
54+
- https://w3id.org/kim/hcrt/application
55+
educationalLevel:
56+
- https://w3id.org/kim/educationalLevel/level_A
57+
- https://w3id.org/kim/educationalLevel/level_6
58+
datePublished: '2024-02-28'

0 commit comments

Comments
 (0)