{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "depends-on": [
    {
      "awa": "^2.4.0",
      "serverfaces_unit": "^1.5.0",
      "servletada_unit": "^1.6.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/jenkins/s/https/jenkins.vacs.fr/Bionic-AWA.svg)](https://jenkins.vacs.fr/job/Bionic-AWA/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-AWA.svg)](https://jenkins.vacs.fr/job/Bionic-AWA/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-awa/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-awa)\n[![Documentation Status](https://readthedocs.org/projects/ada-awa/badge/?version=latest)](https://ada-awa.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",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "awa_unit",
  "origin": {
    "commit": "59135a52aff7027f9295888775b9e1cc6cecdc22",
    "url": "git+https://github.com/stcarrez/ada-awa.git"
  },
  "project-files": [
    ".alire/unit/awa_unit.gpr"
  ],
  "tags": [
    "web",
    "users",
    "jobs",
    "framework",
    "testing"
  ],
  "version": "2.4.0",
  "website": "https://gitlab.com/stcarrez/ada-awa"
}
