{
  "actions": [
    {
      "command": [
        "gprbuild",
        "-P",
        "generator/ews_generator.gpr"
      ],
      "type": "post-build"
    }
  ],
  "authors": [
    "Simon Wright <simon@pushface.org>"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "xmlada": "any"
    }
  ],
  "description": "Embedded Web Server",
  "environment": {
    "PATH": {
      "append": "${CRATE_ROOT}/bin"
    }
  },
  "gpr-externals": {
    "LIBRARY_TYPE": [
      "relocatable",
      "static"
    ]
  },
  "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
  "long-description": "\nEWS is a web server construction kit, designed for embedded\napplications using the GNAT Ada compiler.\n\nThe project is hosted at https://github.com/simonjwright/ews.\n\n",
  "maintainers": [
    "Simon Wright <simon@pushface.org>"
  ],
  "maintainers-logins": [
    "simonjwright"
  ],
  "name": "ews",
  "origin": {
    "commit": "17517ec52b96488d433ec1d49946d74441d57a1e",
    "url": "git+https://github.com/simonjwright/ews.git"
  },
  "project-files": [
    "ews.gpr"
  ],
  "tags": [
    "web",
    "server"
  ],
  "version": "1.11.0",
  "website": "https://github.com/simonjwright/ews"
}
