{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "utilada": "^2.9.0"
    }
  ],
  "description": "Utility Library testing framework with Ahven",
  "gpr-externals": {
    "UTIL_UNIT": [
      "ahven-unix",
      "ahven-windows",
      "aunit"
    ]
  },
  "gpr-set-externals": {
    "case(os)": {
      "freebsd": {
        "UTIL_UNIT": "ahven-unix"
      },
      "linux": {
        "UTIL_UNIT": "ahven-unix"
      },
      "macos": {
        "UTIL_UNIT": "ahven-unix"
      },
      "openbsd": {
        "UTIL_UNIT": "ahven-unix"
      },
      "windows": {
        "UTIL_UNIT": "ahven-windows"
      }
    }
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-Util.svg)](https://jenkins.vacs.fr/job/Ada-Util/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-util/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-util)\n\nThis library provides a testing framework on top of Ahven.\nIt provides various testing helper operations to help in\nwriting unit tests.\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "utilada_unit",
  "origin": {
    "commit": "bd635f55729b99ca1d2633fb487fe17f935e7d6b",
    "subdir": "./unit/",
    "url": "git+https://gitlab.com/stcarrez/ada-util.git"
  },
  "project-files": [
    "utilada_unit.gpr"
  ],
  "tags": [
    "testing"
  ],
  "version": "2.9.0",
  "website": "https://gitlab.com/stcarrez/ada-util"
}
