summaryrefslogtreecommitdiffhomepage
path: root/CITATION.cff
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-16 19:56:21 +0200
committerGitHub <noreply@github.com>2025-08-16 19:56:21 +0200
commit1a32b9307357ac0fc9095e853b2b6d94f9fe62bb (patch)
treef41f723659c8926e38182fbe062746d821ab487e /CITATION.cff
parenteb9df5eea339812513c25a8d3b2eeb03c633e7ac (diff)
parentb301047903b79560dce69085fc271a653a1eb4b6 (diff)
Merge pull request #55 from nekernel-org/dev
v0.0.4
Diffstat (limited to 'CITATION.cff')
-rw-r--r--CITATION.cff25
1 files changed, 25 insertions, 0 deletions
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 00000000..5725fd6a
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,25 @@
+# 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 Operating System Kernel
+message: The Operating System Kernel 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/nekernel'
+url: 'https://nekernel.org'
+abstract: >-
+ This is NeKernel.org's Operating System Kernel, authored
+ by Amlal El Mahrouss.
+keywords:
+ - kernel
+ - operating-system
+ - cpp
+license: GPL-3.0