{
  "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": "light-tasking runtime for the NRF52833 SoC",
    "development_only": false,
    "latest_version": "15.4.0",
    "name": "light_tasking_nrf52833",
    "selected_version": "15.4.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "Interrupt_Secondary_Stack_Size": {
                "default": 128,
                "first": 1,
                "type": "Integer"
              },
              "Interrupt_Stack_Size": {
                "default": 1024,
                "first": 1,
                "type": "Integer"
              },
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "light-tasking runtime for the NRF52833 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `light_tasking_nrf52833` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf52833 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"$(runtime_proj_prefix)_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use $(runtime_proj_prefix)_build'Target;\n      for Runtime (\"Ada\") use $(runtime_proj_prefix)_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf52833",
          "origin": {
            "hashes": [
              "sha256:522f443c0872b9468a3690977e12839c0ccd8e2f33a1ac5ae19442b7bbeb9703",
              "sha512:af3b58e4e783abf290c6a03f6d3e0bb2e2cdf86de34ae63c5d73e94b1dd5fcca36bddd91269a08d9010e92c5b80a793db76cafb381bea6444a2ea6d26aa20fad"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.4.0/light-tasking-nrf52833-15.4.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.4.0",
          "website": "https://github.com/damaki/community-bb-runtimes"
        },
        "path": "index/li/light_tasking_nrf52833/light_tasking_nrf52833-15.4.0.toml",
        "version": "15.4.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "light-tasking runtime for the NRF52833 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `light_tasking_nrf52833` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf52833 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"$(runtime_proj_prefix)_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use $(runtime_proj_prefix)_build'Target;\n      for Runtime (\"Ada\") use $(runtime_proj_prefix)_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf52833",
          "origin": {
            "hashes": [
              "sha256:8543d80e0ef3951f354024f25c827fe357d92b0d34b771f407d6691a0184f236",
              "sha512:a1e9095d3b7919b10c82d068c4752da336601b8f8f9794c276c3f6db3234e1ec3125df0447e67ef6cf8f1ed17395c97efabb6d52182631d55950048c64ee97db"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.3.0/light-tasking-nrf52833-15.3.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.3.0",
          "website": "https://github.com/damaki/community-bb-runtimes"
        },
        "path": "index/li/light_tasking_nrf52833/light_tasking_nrf52833-15.3.0.toml",
        "version": "15.3.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "light-tasking runtime for the NRF52833 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `light_tasking_nrf52833` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf52833 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"$(runtime_proj_prefix)_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use $(runtime_proj_prefix)_build'Target;\n      for Runtime (\"Ada\") use $(runtime_proj_prefix)_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf52833",
          "origin": {
            "hashes": [
              "sha256:79aed51139bed2ba80708ea765993dd86ef11a2de3370f7888532b74880fae3d",
              "sha512:7d91a5af4d8c9d4cb920755a6acfcba302cab34ce41a0db58014b6169ec1c5d579591f058efff21be4e215f5537a96f7e8d537254b46617f170b9a9cd6f4be05"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.2.0/light-tasking-nrf52833-15.2.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.2.0",
          "website": "https://github.com/damaki/community-bb-runtimes"
        },
        "path": "index/li/light_tasking_nrf52833/light_tasking_nrf52833-15.2.0.toml",
        "version": "15.2.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "light-tasking runtime for the nRF52833 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `light_tasking_nrf52833` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf52833 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"ravenscar_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use ravenscar_build'Target;\n      for Runtime (\"Ada\") use ravenscar_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf52833",
          "origin": {
            "hashes": [
              "sha256:27129509711f6ee62bb4c747c23f305c28d5e7645d44866c5627590d735664c3",
              "sha512:2e6fcfe9f3ade3dc993a43a4fa41640a545d0ff21b421021900151c486bc73c72e80971c13e631941e695feac713224919c899e187f617331c9381bdc161e893"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v15.0.1/light-tasking-nrf52833-15.0.1.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.0.1",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/li/light_tasking_nrf52833/light_tasking_nrf52833-15.0.1.toml",
        "version": "15.0.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "15.3.1",
            "requirement": "^15",
            "resolved": true,
            "version": "15.3.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "light-tasking runtime for the nRF52833 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `light_tasking_nrf52833` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf52833 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"runtime_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use runtime_build'Target;\n      for Runtime (\"Ada\") use runtime_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf52833",
          "origin": {
            "hashes": [
              "sha256:4b78805237e29d64ce1015e13ecd281f2aa46132e892d3aa4e4bfee497305ff4",
              "sha512:f9150a2ff66ec894e2ce9b7aa612255cde94e352818b58a1c538b3ae3beab9a48bcb5dc976f730ac9895276a30d7fe7b1bafc288680ceaa65d4caa21e2828e05"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v15.0.0/light-tasking-nrf52833-15.0.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "15.0.0",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/li/light_tasking_nrf52833/light_tasking_nrf52833-15.0.0.toml",
        "version": "15.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "14.2.1",
            "requirement": "^14",
            "resolved": true,
            "version": "14.2.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^14"
            }
          ],
          "description": "light-tasking runtime for the nRF52833 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `light_tasking_nrf52833` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf52833 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"ravenscar_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use ravenscar_build'Target;\n      for Runtime (\"Ada\") use ravenscar_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf52833",
          "origin": {
            "hashes": [
              "sha256:ccbd78fef289be43283a1de1510ffe4a2bfdc89eba5a31d2e304007ce3ed4b2a",
              "sha512:9cdcec2ee62c746c1477bfe7c2cf14b3f90c50f721503130429c7bb4be106362c08e2449b229f7d462254a029c1efef762d140c7cabd0200278a988cffc6075b"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v14.1.1/light-tasking-nrf52833-14.1.1.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "14.1.1",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/li/light_tasking_nrf52833/light_tasking_nrf52833-14.1.1.toml",
        "version": "14.1.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_arm_elf",
            "package": "gnat_arm_elf",
            "provided_version": "14.2.1",
            "requirement": "^14",
            "resolved": true,
            "version": "14.2.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AdaCore",
            "Daniel King"
          ],
          "configuration": {
            "generate_c": false,
            "generate_gpr": false,
            "output_dir": "gnat_user",
            "variables": {
              "LFCLK_Src": {
                "default": "Xtal",
                "type": "Enum",
                "values": [
                  "Xtal",
                  "RC",
                  "Synth"
                ]
              },
              "Time_Base": {
                "default": "RTC2",
                "type": "Enum",
                "values": [
                  "RTC0",
                  "RTC1",
                  "RTC2"
                ]
              },
              "Use_Reset_Pin": {
                "default": true,
                "type": "Boolean"
              },
              "Use_SWO_Trace": {
                "default": true,
                "type": "Boolean"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^14"
            }
          ],
          "description": "light-tasking runtime for the nRF52833 SoC",
          "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
          "long-description": "## Usage\n\nFirst edit your `alire.toml` file and add the following elements:\n - Add `light_tasking_nrf52833` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf52833 = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project file. With this, gprbuild will compile the run-time before your application\n   ```ada\n   with \"runtime_build.gpr\";\n   ```\n - Specify the `Target` and `Runtime` attributes:\n   ```ada\n      for Target use runtime_build'Target;\n      for Runtime (\"Ada\") use runtime_build'Runtime (\"Ada\");\n   ```\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf52833",
          "origin": {
            "hashes": [
              "sha256:1175498dc1a491eccb51b1ff1ddddc4c2f8b3c302fa650fbf52a3875d6040fdb",
              "sha512:c92396604b9b4f307a28cff11f5aa3b62d1c7551c25b13fe245deaf8cc3b30b353807caaf839270bf76bb4e20309dbdc9122a77126e563a53420cb1d5a625311"
            ],
            "url": "https://github.com/damaki/nrf52-runtimes/releases/download/v14.1.0/light-tasking-nrf52833-14.1.0.tar.gz"
          },
          "project-files": [
            "runtime_build.gpr",
            "ravenscar_build.gpr"
          ],
          "tags": [
            "embedded",
            "runtime"
          ],
          "version": "14.1.0",
          "website": "https://github.com/damaki/nrf52-runtimes"
        },
        "path": "index/li/light_tasking_nrf52833/light_tasking_nrf52833-14.1.0.toml",
        "version": "14.1.0"
      }
    ]
  },
  "schema_version": 4
}
