{
  "authors": [
    "Kevin Chadwick"
  ],
  "build-switches": {
    "*": {
      "ada_version": [
        "-gnat2022"
      ]
    },
    "development": {
      "compile_checks": [
        "-gnatw.c",
        "-gnatwf",
        "-gnatwh",
        "-gnatw.o",
        "-gnatwo",
        "-gnatwt",
        "-gnatw.w"
      ]
    },
    "validation": {
      "compile_checks": [
        "-gnatw.c",
        "-gnatwf",
        "-gnatwh",
        "-gnatw.o",
        "-gnatwo",
        "-gnatwt",
        "-gnatw.w"
      ]
    }
  },
  "configuration": {
    "variables": {
      "Device_ID_Length": {
        "default": 12,
        "type": "Integer"
      },
      "Max_Log_Count": {
        "default": 50,
        "type": "Integer"
      },
      "Max_Message_Length": {
        "default": 200,
        "type": "Integer"
      },
      "Version_Length": {
        "default": 8,
        "type": "Integer"
      }
    }
  },
  "depends-on": [
    {
      "gnat": "(>=13 & <2000) | ^11 | >=2020"
    }
  ],
  "description": "Embedded logging, proven absent of runtime errors",
  "licenses": "ISC OR BSD-2-Clause",
  "maintainers": [
    "Kevin Chadwick <kc-ada@elansys.co>"
  ],
  "maintainers-logins": [
    "kevlar700"
  ],
  "name": "elogs",
  "origin": {
    "commit": "20b6e993db932ae33d8e02a79ffa55fce49f20b5",
    "url": "git+https://github.com/kevlar700/elogs.git"
  },
  "tags": [
    "spark",
    "embedded",
    "zfp",
    "logging",
    "log"
  ],
  "version": "1.2.1",
  "website": "https://github.com/kevlar700/elogs"
}
