{
  "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.3.0",
      "ado_mysql": "2.3.0",
      "ado_postgresql": "2.3.0",
      "ado_sqlite": "2.3.0",
      "elada": "^1.8.5",
      "libgpr": "any",
      "security": "^1.4.1",
      "serverfaces": "1.5.0",
      "servletada": "^1.6.0",
      "utilada": "^2.5.0",
      "utilada_xml": "^2.5.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/jenkins/s/https/jenkins.vacs.fr/Bionic-Dynamo.svg)](https://jenkins.vacs.fr/job/Bionic-Dynamo/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-Dynamo.svg)](https://jenkins.vacs.fr/job/Bionic-Dynamo/)\n[![codecov](https://codecov.io/gh/stcarrez/dynamo/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/dynamo)\n[![Download](https://img.shields.io/badge/download-1.3.0-brightgreen.svg)](https://download.vacs.fr/dynamo/dynamo-1.3.0.tar.gz)\n[![License](https://img.shields.io/badge/license-APACHE2-blue.svg)](LICENSE)\n![Commits](https://img.shields.io/github/commits-since/stcarrez/dynamo/1.3.0.svg)\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://github.com/stcarrez/ada-awa/).\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "dynamo",
  "origin": {
    "commit": "956f1e71c272651acff3d4457718f5a6db053f14",
    "url": "git+https://gitlab.com/stcarrez/dynamo.git"
  },
  "project-files": [
    "dynamo_tool.gpr"
  ],
  "tags": [
    "uml",
    "generator",
    "database"
  ],
  "version": "1.3.0",
  "website": "https://gitlab.com/stcarrez/dynamo"
}
