{
  "authors": [
    "The Dark Factory Ltd"
  ],
  "auto-gpr-with": false,
  "available": {
    "case(os)": {
      "linux": true,
      "macos": true,
      "windows": false
    }
  },
  "build-switches": {
    "*": {
      "style_checks": [
        "-gnaty"
      ]
    }
  },
  "description": "Ada bindings to Liu Liu's CCV computer vision library",
  "licenses": "MIT",
  "maintainers": [
    "tony.gair@thedarkfactory.co.uk"
  ],
  "maintainers-logins": [
    "tonygair"
  ],
  "name": "df_ccv",
  "notes": "CCV is built separately: clone liuliu/ccv and make lib (needs libpng+libjpeg), then point df_ccv.gpr's CCV_LIB_DIR at libccv.a. See CHARTER.md.",
  "origin": {
    "commit": "ec4e224e77c7ec669663a887b80bec416f1dec84",
    "url": "git+https://github.com/the-dark-factory/ccv-ada.git"
  },
  "project-files": [
    "df_ccv.gpr"
  ],
  "tags": [
    "binding",
    "image",
    "computer-vision",
    "ccv"
  ],
  "version": "0.1.0",
  "website": "https://github.com/the-dark-factory/ccv-ada"
}
