diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | CITATION.cff | 15 |
2 files changed, 17 insertions, 0 deletions
@@ -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 |
