{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "depends-on": [
    {
      "awa": "^2.5.0",
      "serverfaces_unit": "^1.6.0",
      "servletada_unit": "^1.7.0"
    }
  ],
  "description": "Ada Web Application (Testing framework)",
  "gpr-externals": {
    "AWA_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "AWA_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-util/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-util/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-util/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-util/badge/?version=latest)](https://ada-util.readthedocs.io/en/latest/?badge=latest)\n\nAda Web Application is a framework to build a Web Application in Ada 2012.\nThe framework provides several ready to use and extendable modules that are common\nto many web application.  This includes the login, authentication, users, permissions,\nmanaging comments, tags, votes, documents, images.  It provides a complete blog,\nquestion and answers and a wiki module.\n\nThis library provides a testing framework on top of AWA top help implementing\nunit tests for AWA applications.\n\n# Documentation\n\nThe Ada Web Application programmer's guide describes how to setup the framework,\nhow you can setup and design your first web application with it,\nand it provides detailed description of AWA components:\n\n  * [Ada Web Application programmer's guide](https://ada-awa.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-awa/blob/master/awa/docs/awa-book.pdf)\n  * [Ada Database Objects Programmer's Guide](https://ada-ado.readthedocs.io/en/latest/)\n  * [Ada Security Programmer's Guide](https://ada-security.readthedocs.io/en/latest/)\n  * [Ada Utility Library Programmer's Guide](https://ada-util.readthedocs.io/en/latest/)\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "awa_unit",
  "origin": {
    "commit": "e34bd6db1a23d6f47214d7001b3c0ce55a7cf54f",
    "subdir": "./.alire/unit/",
    "url": "git+https://github.com/stcarrez/ada-awa.git"
  },
  "project-files": [
    "awa_unit.gpr"
  ],
  "tags": [
    "web",
    "users",
    "jobs",
    "framework",
    "testing"
  ],
  "version": "2.5.0",
  "website": "https://gitlab.com/stcarrez/ada-awa"
}
