{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "description": "Utility Library with streams, processes, logs, serialization, encoders",
  "gpr-externals": {
    "BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "UTIL_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ],
    "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/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 Ada05 library contains various utility packages for building\nAda05 applications.  This includes:\n\n* A logging framework close to Java log4j framework,\n* Support for properties\n* A serialization/deserialization framework for XML, JSON, CSV\n* Ada beans framework\n* Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA, AES-256)\n* A composing stream framework (raw, files, buffers, pipes, sockets)\n* Several concurrency tools (reference counters, counters, pools, fifos, arrays)\n* Process creation and pipes\n* Support for loading shared libraries (on Windows or Unix)\n* HTTP client library on top of CURL or AWS\n\nAda Util also provides a small test utility library on top of\nAhven or AUnit to help in writing unit tests.  Ahven is the default testing\nframework as it provides better reports.\n\n## Documentation\n\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": "utilada",
  "origin": {
    "commit": "f65f9ba9cd38c57d11b1248e17207338026b49af",
    "url": "git+https://gitlab.com/stcarrez/ada-util.git"
  },
  "project-files": [
    ".alire/utilada_conf.gpr",
    "utilada_core.gpr",
    "utilada_base.gpr",
    "utilada_sys.gpr"
  ],
  "tags": [
    "logging",
    "processes",
    "streams",
    "json",
    "beans",
    "encoders",
    "decoders"
  ],
  "version": "2.5.0",
  "website": "https://gitlab.com/stcarrez/ada-util"
}
