{
  "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": "Universally Unique Lexicographically Sortable Identifier",
    "development_only": false,
    "latest_version": "20240921.0.0",
    "name": "ulid",
    "selected_version": "20240921.0.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "16.2.0",
            "requirement": "(>=11 & <2000) | >=2021",
            "resolved": true,
            "version": "16.2.0-patchset.1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Gautier de Montmollin"
          ],
          "depends-on": [
            {
              "gnat": "(>=11 & <2000) | >=2021"
            }
          ],
          "description": "Universally Unique Lexicographically Sortable Identifier",
          "executables": [
            "ulid_test"
          ],
          "licenses": "MIT",
          "long-description": "<img src=\"https://github.com/ulid/spec/raw/master/logo.png\" alt=\"image\" width=\"100\" height=\"auto\">\n\nIn a nutshell, a ULID code (Universally Unique Lexicographically Sortable Identifier) is\na combination of a 48-bit time stamp (most significant part, with a millisecond accuracy),\nand a 80-bit random number (least significant part), totalling 128 bits, that is 16 bytes (octets).\n\nThe ULID code generation is sort of UUID (Universally Unique Identifier) system, also know as GUID (Globally Unique Identifier).\nThe characteristic of ULID numbers is that they can be compared and sorted by their timestamps.\n\nThe package ULID provides a `Generate` function using the method described above, plus a `Generate_Monotonic` function that enables the production of a monotonically increasing sequence of ULID numbers within the same millisecond.\n\nThe preferred (canonical) representation of a ULID is a certain version of the Base32 encoding (example of output: 01J80P3NJDN0Y5YX7D05421X0G).\nThe ULID package also provides a function `Encode_as_8_4_4_4_12` that outputs a text representation in the usual UUID 8-4-4-4-12 format (like: 01920161-d64d-5a3e-589e-c45df155547b).\nBoth formats are also recognized by the `Decode` function.\n",
          "maintainers": [
            "gdemont@hotmail.com"
          ],
          "maintainers-logins": [
            "zertovitch"
          ],
          "name": "ulid",
          "origin": {
            "hashes": [
              "sha512:b7822a403e879c6363551e2f13e6f44a9f78253ab1ec33138070213bca2fc0177c793968566d125845806acc6971ffff5408daafa454eb195a054534e1308dd3"
            ],
            "url": "https://sourceforge.net/projects/ulid-ada/files/ulid-2024-09-21.zip"
          },
          "project-files": [
            "ulid.gpr"
          ],
          "tags": [
            "ulid",
            "uuid",
            "guid",
            "identifier",
            "timestamp"
          ],
          "version": "20240921.0.0",
          "website": "https://github.com/zertovitch/ulid"
        },
        "path": "index/ul/ulid/ulid-20240921.0.0.toml",
        "version": "20240921.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "16.2.0",
            "requirement": "(>=11 & <2000) | >=2021",
            "resolved": true,
            "version": "16.2.0-patchset.1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Gautier de Montmollin"
          ],
          "depends-on": [
            {
              "gnat": "(>=11 & <2000) | >=2021"
            }
          ],
          "description": "Universally Unique Lexicographically Sortable Identifier",
          "executables": [
            "ulid_test"
          ],
          "licenses": "MIT",
          "long-description": "<img src=\"https://github.com/ulid/spec/raw/master/logo.png\" alt=\"image\" width=\"100\" height=\"auto\">\n\nIn a nutshell, a ULID code is a combination of 48-bit time stamp (most significant part),\nwith a millisecond accuracy, and a 80-bit random number (least significant part),\ntotalling 128 bits, that is 16 bytes (octets).\n\nThe preferred (canonical) representation of a ULID is in a certain version of the Base32 encoding.\n",
          "maintainers": [
            "gdemont@hotmail.com"
          ],
          "maintainers-logins": [
            "zertovitch"
          ],
          "name": "ulid",
          "origin": {
            "hashes": [
              "sha512:455f3c7d553979441ab6ee851e18d32e4db294675b32c7abaea28cc1ba901b23e777a23ea39f4aae6560f3d6ab6aeb1015832395229ae61d690914daa8b334d2"
            ],
            "url": "https://sourceforge.net/projects/ulid-ada/files/ulid-2024-02-05.zip"
          },
          "project-files": [
            "ulid.gpr"
          ],
          "tags": [
            "ulid",
            "uuid",
            "guid",
            "identifier",
            "timestamp"
          ],
          "version": "20240205.0.0",
          "website": "https://github.com/zertovitch/ulid"
        },
        "path": "index/ul/ulid/ulid-20240205.0.0.toml",
        "version": "20240205.0.0"
      }
    ]
  },
  "schema_version": 4
}
