{
  "actions": [
    {
      "command": [
        "sh",
        "./alire-setup.sh"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "available": {
    "case(os)": {
      "...": false,
      "linux": true,
      "macos": true,
      "windows": true
    }
  },
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "ado_all": "2.4.0",
      "ado_mysql": "2.4.0",
      "ado_postgresql": "2.4.0",
      "ado_sqlite": "2.4.0",
      "elada": "^1.8.6",
      "libgpr": "any",
      "security": "^1.5.0",
      "serverfaces": "1.6.0",
      "servletada": "^1.7.0",
      "utilada": "^2.6.0",
      "utilada_xml": "^2.6.0",
      "xmlada": "any"
    }
  ],
  "description": "Dynamo Ada Generator",
  "environment": {
    "MANPATH": {
      "prepend": "${CRATE_ROOT}/man"
    },
    "PATH": {
      "prepend": "${CRATE_ROOT}/bin"
    }
  },
  "executables": [
    "dynamo"
  ],
  "gpr-externals": {
    "DYNAMO_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "UTIL_OS": [
      "win32",
      "win64",
      "linux32",
      "linux64",
      "macos64",
      "netbsd32",
      "netbsd64",
      "freebsd32",
      "freebsd64"
    ]
  },
  "gpr-set-externals": {
    "case(os)": {
      "linux": {
        "case(word-size)": {
          "bits-32": {
            "UTIL_OS": "linux32"
          },
          "bits-64": {
            "UTIL_OS": "linux64"
          }
        }
      },
      "macos": {
        "UTIL_OS": "macos64"
      },
      "windows": {
        "case(word-size)": {
          "bits-32": {
            "UTIL_OS": "win32"
          },
          "bits-64": {
            "UTIL_OS": "win64"
          }
        }
      }
    }
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/dynamo/badges/build.json)](https://porion.vacs.fr/porion/projects/view/dynamo/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/dynamo/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/dynamo/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/dynamo/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/dynamo/summary)\n\nThis Ada05 application is a code generator used to generate\nan Ada Web Application or database mappings from hibernate-like\nXML description, YAML doctrine model or UML models.  It provides various commands for the\ngeneration of a web application which uses the Ada Web Application framework\n(https://gitlab.com/stcarrez/ada-awa/).\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "dynamo",
  "origin": {
    "commit": "91a535d6a3737b55cc009ad66bb8a3ccd3832993",
    "url": "git+https://gitlab.com/stcarrez/dynamo.git"
  },
  "project-files": [
    "dynamo_tool.gpr"
  ],
  "tags": [
    "uml",
    "generator",
    "database"
  ],
  "version": "1.4.0",
  "website": "https://gitlab.com/stcarrez/dynamo"
}
