28 lines
862 B
TOML
28 lines
862 B
TOML
# SPDX-FileCopyrightText: 2025 Gero Beckmann <orangerot@orangerot.dev>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# for a description of available keys, see https://github.com/typst/packages/?tab=readme-ov-file#package-format
|
|
|
|
[package]
|
|
name = "fsmi-exam-report"
|
|
version = "0.1.0"
|
|
entrypoint = "src/lib.typ"
|
|
authors = [
|
|
"Gero Beckmann <orangerot@orangerot.dev>"
|
|
]
|
|
license = "MIT AND MIT-0"
|
|
description = "Exam Reports for Fachschaft Mathematik/Informatik at the Karlsruhe Institute of Technology"
|
|
homepage = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen"
|
|
repository = "https://source.orangerot.dev/university/vorlagen-muendliche-pruefungen"
|
|
keywords = []
|
|
categories = ["report"]
|
|
disciplines = ["computer-science", "mathematics", "education"]
|
|
# compiler = ""
|
|
|
|
[template]
|
|
path = "template"
|
|
entrypoint = "main.typ"
|
|
# thumbnail = "thumbnail.png"
|
|
|