summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--CITATION.cff15
2 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5d3b92e..2a1a866 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@
*.gz
*.out
+.claude/
+
build/
doc/html/
diff --git a/CITATION.cff b/CITATION.cff
new file mode 100644
index 0000000..f31ef74
--- /dev/null
+++ b/CITATION.cff
@@ -0,0 +1,15 @@
+# This CITATION.cff file was generated with cffinit.
+# Visit https://bit.ly/cffinit to generate yours today!
+
+cff-version: 1.2.0
+title: Open C++ Libraries
+message: A collection of freely available C++ libraries.
+type: software
+authors:
+ - given-names: Amlal
+ family-names: El Mahrouss
+ email: amlal@nekernel.org
+repository-code: 'https://github.com/ocl-org/ocl'
+url: 'https://ocl.nekernel.org'
+abstract: The Open C++ Libraries collection.
+license: BSL-1.0