{
  "actions": [
    {
      "command": [
        "./tests/scripts/test.sh"
      ],
      "type": "test"
    }
  ],
  "authors": [
    "Yurii Rashkovskii"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada2022"
    },
    "development": {
      "compile_checks": "Errors",
      "optimization": "Debug"
    },
    "release": {
      "compile_checks": "Warnings",
      "optimization": "Performance"
    }
  },
  "depends-on": [
    {
      "flyology_http": "=0.1.3-dev"
    },
    {
      "xmlada": "^26.0.0"
    }
  ],
  "description": "S3 client and pluggable object-storage server for Flyology",
  "licenses": "MIT OR Apache-2.0",
  "maintainers": [
    "Yurii Rashkovskii <yrashk@gmail.com>"
  ],
  "maintainers-logins": [
    "yrashk"
  ],
  "name": "flyology_object_storage",
  "origin": {
    "commit": "5eaf79cf12358c1402b5b7d7ed0a6ec74df6a628",
    "url": "git+https://github.com/flyology-ada/flyology-object-storage.git"
  },
  "project-files": [
    "flyology_object_storage.gpr"
  ],
  "tags": [
    "ada",
    "s3",
    "aws",
    "object-storage",
    "client",
    "server"
  ],
  "version": "0.1.0-dev",
  "website": "https://github.com/flyology-ada/flyology-object-storage"
}
