{
  "actions": [
    {
      "command": [
        "make",
        "setup",
        "build",
        "install",
        "ZLIB=false",
        "DEMOS=false",
        "LAL=false",
        "XMLADA=false",
        "prefix=install_dir",
        "PRJ_BUILD=Release"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "AdaCore"
  ],
  "depends-on": [
    {
      "gnat": ">=9",
      "make": "*",
      "openssl": "*",
      "xmlada": "~21.0.0"
    }
  ],
  "description": "Ada Web Server",
  "gpr-externals": {
    "LIBRARY_TYPE": [
      "static",
      "relocatable"
    ],
    "PRJ_BUILD": [
      "Debug",
      "Release"
    ],
    "PRJ_SOCKLIB": [
      "gnat",
      "ipv6",
      "ipv4"
    ],
    "PRJ_TARGET": [
      "Windows_NT",
      "UNIX",
      "Darwin",
      "vxworks",
      "freebsd"
    ]
  },
  "gpr-set-externals": {
    "PRJ_LAL": "Disabled",
    "case(os)": {
      "linux": {
        "PRJ_TARGET": "UNIX",
        "SOCKET": "openssl",
        "TARGET": "x86_64-linux-gnu"
      },
      "macos": {
        "PRJ_TARGET": "Darwin",
        "SOCKET": "openssl"
      },
      "windows": {
        "PRJ_TARGET": "Windows_NT"
      }
    }
  },
  "licenses": "GPL-3.0-only WITH GCC-exception-3.1",
  "maintainers": [
    "chouteau@adacore.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau"
  ],
  "name": "aws",
  "origin": {
    "hashes": [
      "sha512:57fddf8f59e39a08822ae2d0640ade3e3e3e9a7c76c06007c7df5a07e3b59cc7c9be001bfaeb10d64db924f343688f6a72deba175315d4d02d913c307070a635"
    ],
    "url": "https://github.com/AdaCore/aws/releases/download/v21.0.0/aws-21.0.0.zip"
  },
  "project-files": [
    "install_dir/share/gpr/aws.gpr"
  ],
  "tags": [
    "aws",
    "web",
    "server",
    "http",
    "https",
    "soap",
    "wsdl",
    "ssl"
  ],
  "version": "21.0.0",
  "website": "https://github.com/adacore/aws"
}
