{
  "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 nRF54L series",
    "development_only": false,
    "latest_version": "15.4.0",
    "name": "light_tasking_nrf54l_app",
    "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": {
            "output_dir": "gnat_user",
            "variables": {
              "Device": {
                "default": "nRF54L15",
                "type": "Enum",
                "values": [
                  "nRF54L05",
                  "nRF54L10",
                  "nRF54L15",
                  "nRF54LS05A",
                  "nRF54LS05B",
                  "nRF54LV10A",
                  "nRF54LM20A",
                  "nRF54LM20B"
                ]
              },
              "Enable_Glitch_Detector": {
                "default": true,
                "type": "Boolean"
              },
              "Enable_SWO": {
                "default": true,
                "type": "Boolean"
              },
              "Enable_Trace": {
                "default": false,
                "type": "Boolean"
              },
              "Interrupt_Secondary_Stack_Size": {
                "default": 128,
                "first": 1,
                "type": "Integer"
              },
              "Interrupt_Stack_Size": {
                "default": 1024,
                "first": 1,
                "type": "Integer"
              },
              "LFCLK_Src": {
                "default": "LFXO",
                "type": "Enum",
                "values": [
                  "LFXO",
                  "LFRC",
                  "LFSYNT"
                ]
              },
              "MCU_Domain_Speed": {
                "default": "CK64M",
                "type": "Enum",
                "values": [
                  "CK64M",
                  "CK128M"
                ]
              },
              "Security_Level": {
                "default": "Secure",
                "type": "Enum",
                "values": [
                  "Secure",
                  "Non_Secure"
                ]
              },
              "Time_Base_GRTC_CCn": {
                "default": 11,
                "first": 0,
                "last": 11,
                "type": "Integer"
              },
              "Time_Base_GRTC_IRQ": {
                "default": 3,
                "first": 0,
                "last": 3,
                "type": "Integer"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "light-tasking runtime for the nRF54L series",
          "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_nrf54l_app` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf54l_app = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project files:\n   ```ada\n   with \"runtime_build.gpr\";\n   with \"ravenscar_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 - specify the `Linker` switches:\n   ```ada\n   package Linker is\n     for Switches (\"Ada\") use Runtime_Build.Linker_Switches & (\"-Wl,--gc-sections\");\n   end Linker;\n   ```\n\nNote that the linker switch `-Wl,--gc-sections` is optional, but its use is\nrecommended since it reduces the final size of the executable by removing\nunused code.\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf54l_app",
          "origin": {
            "hashes": [
              "sha256:e913d4092dcf219d04b3fe1ce8e4d7c8f43da99755d181fc6425c5efcb3ee3ed",
              "sha512:51925529364c6bf79a4d9b5af2e9a00d24bdd78fefeb36bdb5595d08d037908098a4751ff5001fcb571412a74309bd5b044f0fd1519d787ee966a405f59518f2"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.4.0/light-tasking-nrf54l_app-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_nrf54l_app/light_tasking_nrf54l_app-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": {
            "output_dir": "gnat_user",
            "variables": {
              "Device": {
                "default": "nRF54L15",
                "type": "Enum",
                "values": [
                  "nRF54L05",
                  "nRF54L10",
                  "nRF54L15",
                  "nRF54LS05A",
                  "nRF54LS05B",
                  "nRF54LV10A",
                  "nRF54LM20A",
                  "nRF54LM20B"
                ]
              },
              "Enable_Glitch_Detector": {
                "default": true,
                "type": "Boolean"
              },
              "Enable_SWO": {
                "default": true,
                "type": "Boolean"
              },
              "Enable_Trace": {
                "default": false,
                "type": "Boolean"
              },
              "LFCLK_Src": {
                "default": "LFXO",
                "type": "Enum",
                "values": [
                  "LFXO",
                  "LFRC",
                  "LFSYNT"
                ]
              },
              "MCU_Domain_Speed": {
                "default": "CK64M",
                "type": "Enum",
                "values": [
                  "CK64M",
                  "CK128M"
                ]
              },
              "Security_Level": {
                "default": "Secure",
                "type": "Enum",
                "values": [
                  "Secure",
                  "Non_Secure"
                ]
              },
              "Time_Base_GRTC_CCn": {
                "default": 11,
                "first": 0,
                "last": 11,
                "type": "Integer"
              },
              "Time_Base_GRTC_IRQ": {
                "default": 3,
                "first": 0,
                "last": 3,
                "type": "Integer"
              }
            }
          },
          "depends-on": [
            {
              "gnat_arm_elf": "^15"
            }
          ],
          "description": "light-tasking runtime for the nRF54L series",
          "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_nrf54l_app` in the dependency list:\n   ```toml\n   [[depends-on]]\n   light_tasking_nrf54l_app = \"*\"\n   ```\n\nThen edit your project file to add the following elements:\n - \"with\" the run-time project files:\n   ```ada\n   with \"runtime_build.gpr\";\n   with \"ravenscar_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 - specify the `Linker` switches:\n   ```ada\n   package Linker is\n     for Switches (\"Ada\") use Runtime_Build.Linker_Switches & (\"-Wl,--gc-sections\");\n   end Linker;\n   ```\n\nNote that the linker switch `-Wl,--gc-sections` is optional, but its use is\nrecommended since it reduces the final size of the executable by removing\nunused code.\n",
          "maintainers": [
            "Daniel King <damaki.gh@gmail.com>"
          ],
          "maintainers-logins": [
            "damaki"
          ],
          "name": "light_tasking_nrf54l_app",
          "origin": {
            "hashes": [
              "sha256:b0b2ec4f5e94a93bda45ae84f2a559df95876ca2e723af73479a193926fa4d18",
              "sha512:0ecaf4c17a5d979dc03e2219b8992405001a8a761b4384ae349bcb4e5b9f893c57a4f3ee19378faafe7d106c210a333a0ca826d41530f23952232f717e6e5a57"
            ],
            "url": "https://github.com/damaki/community-bb-runtimes/releases/download/v15.3.0/light-tasking-nrf54l_app-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_nrf54l_app/light_tasking_nrf54l_app-15.3.0.toml",
        "version": "15.3.0"
      }
    ]
  },
  "schema_version": 4
}
