From 6963598b6b68aa0e83996fb1742cccc3734aa412 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sun, 31 Dec 2023 00:01:18 +0100 Subject: [PATCH] Add crate for the SCI Ada library (Collection of Scientific Operations) --- index/sc/sciada/sciada-0.1.0.toml | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 index/sc/sciada/sciada-0.1.0.toml diff --git a/index/sc/sciada/sciada-0.1.0.toml b/index/sc/sciada/sciada-0.1.0.toml new file mode 100644 index 000000000..b060affb9 --- /dev/null +++ b/index/sc/sciada/sciada-0.1.0.toml @@ -0,0 +1,35 @@ +name = "sciada" +description = "Collection of Scientific Operations" +version = "0.1.0" +long-description = """ + +SCI Ada provides a collections of algorithms commonly used for data analysis. + +- [SCI.Correlations.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-correlations.ads?ref_type=heads) computes correlations between values, +- [SCI.Occurrences.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-occurrences.ads?ref_type=heads) helps in identifying occurrences of items, +- [SCI.Similarities.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-similarities.ads?ref_type=heads) provides metrics to compute similarities between sets. +- [SCI.Statistics.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-statistics.ads?ref_type=heads) defines some classical statistics operations. + +## Documentation + +- [Programmer's Guide](https://ada-sci.readthedocs.io/en/latest/) +""" + +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +licenses = "Apache-2.0" +website = "https://gitlab.com/stcarrez/ada-sci" +tags = ["sci", "scientific", "correlations", "occurrences", "similarities", "statistics"] + +[gpr-externals] +SCIADA_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +SCIADA_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[origin] +commit = "29e1953998a6638b6035b337040f264be5d629e2" +url = "git+https://gitlab.com/stcarrez/ada-sci.git" +