summaryrefslogtreecommitdiffhomepage
path: root/CITATION.cff
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-06 09:54:13 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-06 09:54:13 +0100
commit912b703d237e9fd44b5182a2c4e7603672ae8233 (patch)
treec4048020d344028703dfb2a927b58c898a95ac56 /CITATION.cff
parent5f8ee9584a7a5c911d46f73e24ec7a1201058c50 (diff)
feat: Add citation for NeCTI
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'CITATION.cff')
-rw-r--r--CITATION.cff27
1 files changed, 27 insertions, 0 deletions
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 0000000..e783fb1
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,27 @@
+# This CITATION.cff file was generated with cffinit.
+# Visit https://bit.ly/cffinit to generate yours today!
+
+cff-version: 1.2.0
+title: NeKernel.org Compiler Toolchain Infrastructure
+message: The toolchain of NeKernel.org
+type: software
+authors:
+ - given-names: Amlal
+ family-names: El Mahrouss
+ email: aelmahrouss@acm.org
+identifiers:
+ - type: url
+ value: 'https://nekernel.org'
+ description: NeKernel's website.
+repository-code: 'https://github.com/nekernel-org/necti'
+url: 'https://nekernel.org'
+abstract: >-
+ This is NeKernel.org's Operating System toolchain, authored
+ by Amlal El Mahrouss.
+keywords:
+ - toolchain
+ - linker
+ - compiler
+ - assembler
+ - cpp
+license: GPL-3.0