{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "Collection of Scientific Operations",
    "development_only": false,
    "latest_version": "0.4.0",
    "name": "sciada",
    "selected_version": "0.4.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-1.0.0.toml",
            "provided_version": "0.4.0",
            "qualifies": true,
            "requirement": "~0.4.0",
            "requires": "sciada",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-0.4.1.toml",
            "provided_version": "0.4.0",
            "qualifies": true,
            "requirement": "~0.4.0",
            "requires": "sciada",
            "selected": false,
            "version": "0.4.1"
          }
        ],
        "dependencies": [],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "description": "Collection of Scientific Operations",
          "gpr-externals": {
            "SCIADA_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "SCIADA_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "licenses": "Apache-2.0",
          "long-description": "\nSCI Ada provides a collections of algorithms commonly used for data analysis:\n\n- [SCI.Correlations.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-correlations.ads?ref_type=heads) computes correlations between values,\n- [SCI.Occurrences.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-occurrences.ads?ref_type=heads) helps in identifying occurrences of items,\n- [SCI.Similarities.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-similarities.ads?ref_type=heads) provides metrics to compute similarities between sets.\n- [SCI.Sparse.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-sparse.ads?ref_type=heads) defines sparse arrays.\n- [SCI.Statistics.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-statistics.ads?ref_type=heads) defines some classical statistics operations.\n- [SCI.Vectorizers.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-vectorizers.ads?ref_type=heads) transforms a list of tokens to a vector.\n\n## Documentation\n\n- [Programmer's Guide](https://ada-sci.readthedocs.io/en/latest/)\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "sciada",
          "origin": {
            "commit": "af24740d7b5d51436497abaf2bb59398752b6ae3",
            "url": "git+https://gitlab.com/stcarrez/ada-sci.git"
          },
          "tags": [
            "sci",
            "scientific",
            "correlations",
            "occurrences",
            "similarities",
            "statistics"
          ],
          "version": "0.4.0",
          "website": "https://gitlab.com/stcarrez/ada-sci"
        },
        "path": "index/sc/sciada/sciada-0.4.0.toml",
        "version": "0.4.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-1.0.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "sciada",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-0.4.1.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "sciada",
            "selected": false,
            "version": "0.4.1"
          }
        ],
        "dependencies": [],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "description": "Collection of Scientific Operations",
          "gpr-externals": {
            "SCIADA_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "SCIADA_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "licenses": "Apache-2.0",
          "long-description": "\nSCI Ada provides a collections of algorithms commonly used for data analysis:\n\n- [SCI.Correlations.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-correlations.ads?ref_type=heads) computes correlations between values,\n- [SCI.Occurrences.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-occurrences.ads?ref_type=heads) helps in identifying occurrences of items,\n- [SCI.Similarities.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-similarities.ads?ref_type=heads) provides metrics to compute similarities between sets.\n- [SCI.Sparse.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-sparse.ads?ref_type=heads) defines sparse arrays.\n- [SCI.Statistics.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-statistics.ads?ref_type=heads) defines some classical statistics operations.\n- [SCI.Vectorizers.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-vectorizers.ads?ref_type=heads) transforms a list of tokens to a vector.\n\n## Documentation\n\n- [Programmer's Guide](https://ada-sci.readthedocs.io/en/latest/)\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "sciada",
          "origin": {
            "commit": "cb814ea356b0b867d674db5684ef766dc8d00c19",
            "url": "git+https://gitlab.com/stcarrez/ada-sci.git"
          },
          "tags": [
            "sci",
            "scientific",
            "correlations",
            "occurrences",
            "similarities",
            "statistics"
          ],
          "version": "0.3.0",
          "website": "https://gitlab.com/stcarrez/ada-sci"
        },
        "path": "index/sc/sciada/sciada-0.3.0.toml",
        "version": "0.3.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-1.0.0.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "sciada",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-0.4.1.toml",
            "provided_version": "0.1.0",
            "qualifies": false,
            "requirement": "~0.4.0",
            "requires": "sciada",
            "selected": false,
            "version": "0.4.1"
          }
        ],
        "dependencies": [],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "description": "Collection of Scientific Operations",
          "gpr-externals": {
            "SCIADA_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "SCIADA_LIBRARY_TYPE": [
              "relocatable",
              "static",
              "static-pic"
            ]
          },
          "licenses": "Apache-2.0",
          "long-description": "\nSCI Ada provides a collections of algorithms commonly used for data analysis.\n\n- [SCI.Correlations.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-correlations.ads?ref_type=heads) computes correlations between values,\n- [SCI.Occurrences.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-occurrences.ads?ref_type=heads) helps in identifying occurrences of items,\n- [SCI.Similarities.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-similarities.ads?ref_type=heads) provides metrics to compute similarities between sets.\n- [SCI.Statistics.*](https://gitlab.com/stcarrez/ada-sci/-/blob/main/src/sci-statistics.ads?ref_type=heads) defines some classical statistics operations.\n\n## Documentation\n\n- [Programmer's Guide](https://ada-sci.readthedocs.io/en/latest/)\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "sciada",
          "origin": {
            "commit": "29e1953998a6638b6035b337040f264be5d629e2",
            "url": "git+https://gitlab.com/stcarrez/ada-sci.git"
          },
          "tags": [
            "sci",
            "scientific",
            "correlations",
            "occurrences",
            "similarities",
            "statistics"
          ],
          "version": "0.1.0",
          "website": "https://gitlab.com/stcarrez/ada-sci"
        },
        "path": "index/sc/sciada/sciada-0.1.0.toml",
        "version": "0.1.0"
      }
    ]
  },
  "schema_version": 4
}
