Add minimal citation information for mamba (#3914)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Antoine Prouvost <AntoinePrv@users.noreply.github.com>
This commit is contained in:
Julien Jerphanion 2025-04-30 14:26:29 +02:00 committed by GitHub
parent 1ac3174e38
commit 78d165db39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

20
CITATION.cff Normal file
View File

@ -0,0 +1,20 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: "software"
title: "mamba"
doi: "10.5281/zenodo.7434205"
date-released: "2019-03"
authors:
- family-names: "QuantStack and Mamba Contributors"
given-names: ""
website: "https://github.com/mamba-org/mamba"
repository-code: "https://github.com/mamba-org/mamba"
url: "https://mamba.readthedocs.io/"
abstract: "Mamba is a fast, robust, and cross-platform package manager. It is a drop-in replacement for Conda, with much faster dependency resolution and package installation."
license: "BSD-3-Clause"
keywords:
- "package manager"
- "conda"
- "python"
- "dependency resolution"
- "cross-platform"