{
  "authors": [
    "Felix Krause"
  ],
  "depends-on": [
    {
      "case(os)": {
        "linux|windows": {
          "libfreetype": "^2"
        }
      }
    }
  ],
  "description": "Thick binding to the FreeType library",
  "gpr-set-externals": {
    "case(os)": {
      "linux|macos": {
        "FreeType_Linker_Param": "-lfreetype"
      },
      "windows": {
        "FreeType_Linker_Param": "-lfreetype-6"
      }
    }
  },
  "licenses": "MIT",
  "maintainers": [
    "Felix Krause <contact@flyx.org>"
  ],
  "maintainers-logins": [
    "flyx"
  ],
  "name": "freetypeada",
  "origin": {
    "commit": "4fd90f573dc83a9b23e462520a60eb6a8dd92878",
    "url": "git+https://github.com/flyx/FreeTypeAda.git"
  },
  "project-files": [
    "freetype.gpr"
  ],
  "tags": [
    "fonts",
    "rendering"
  ],
  "version": "0.1.0",
  "website": "https://github.com/flyx/FreeTypeAda"
}
