{
  "actions": [
    {
      "command": [
        "make",
        "setup",
        "ZLIB=false",
        "DEMOS=false",
        "LAL=false",
        "XMLADA=false",
        "SOCKET=openssl",
        "prefix=install_dir",
        "PRJ_BUILD=Release"
      ],
      "type": "post-fetch"
    },
    {
      "command": [
        "make",
        "all",
        "ENABLE_SHARED=false"
      ],
      "type": "post-fetch"
    },
    {
      "command": [
        "make",
        "install-lib-native",
        "install-tools-native",
        "--jobs=1",
        "ENABLE_SHARED=false"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "AdaCore"
  ],
  "depends-on": [
    {
      "gnat": ">=12",
      "gnatcoll": "~24.0.0",
      "make": "*",
      "openssl": "*",
      "xmlada": "~24.0.0"
    }
  ],
  "description": "Ada Web Server",
  "licenses": "GPL-3.0-only WITH GCC-exception-3.1",
  "maintainers": [
    "chouteau@adacore.com"
  ],
  "maintainers-logins": [
    "Fabien-Chouteau"
  ],
  "name": "aws",
  "origin": {
    "hashes": [
      "sha512:2b75fe6dc1bf676b6bd949354e352a94c918c109f8065179634ccba6e17329ba48163deb4bceb506eaf1e2a1446378bbe3439ea007a7dc5dd77286e56b497c4c"
    ],
    "url": "https://github.com/AdaCore/aws/releases/download/v24.0.0/aws-24.0.0-with-templates-parser.zip"
  },
  "project-files": [
    "install_dir/share/gpr/aws.gpr"
  ],
  "tags": [
    "aws",
    "web",
    "server",
    "http",
    "https",
    "soap",
    "wsdl",
    "ssl"
  ],
  "version": "24.0.0",
  "website": "https://github.com/adacore/aws"
}
