{
  "authors": [
    "Manuel Gomez",
    "Dan Lee Vazquez Garcia"
  ],
  "depends-on": [
    {
      "libcsfml": "^3.0.0"
    }
  ],
  "description": "Ada binding to SFML, the Simple and Fast Multimedia Library",
  "licenses": "custom-zlib-acknowledgement",
  "long-description": "[![ASFML logo](https://raw.githubusercontent.com/mgrojo/ASFML/master/images/ASFML_Logo.svg)](https://www.sfml-dev.org)\n![Ada (GNAT)](https://github.com/mgrojo/ASFML/workflows/Ada%20(GNAT)/badge.svg)\n[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/ada-lang/Lobby)\n[![Mentioned in Awesome Ada](https://awesome.re/mentioned-badge.svg)](https://github.com/ohenley/awesome-ada)\n\nASFML is an Ada semi-thick binding to the\n[SFML](https://www.sfml-dev.org/) library. It uses Ada types and\nportable defined types which eliminates the inclusion of Ada interface\nlibraries, but most of the functions are directly imported.\n\n# Documentation\nGenerated API documentation can be consulted [online](https://mgrojo.github.io/ASFML/doc/).\n\nThe Ada API follows the [CSFML](https://26.customprotocol.com/csfml/index.htm) interface, but\nwith some changes and additions for ease of use.\n\nApplicability of the [SFML documentation](https://www.sfml-dev.org/learn.php) is usually straightforward.\n\n",
  "maintainers": [
    "Manuel Gomez <mgrojo@gmail.com>"
  ],
  "maintainers-logins": [
    "mgrojo"
  ],
  "name": "asfml",
  "origin": {
    "commit": "92f1513aa47b6d9bafea6d82ae22f48ede65ff9b",
    "url": "git+https://github.com/mgrojo/ASFML.git"
  },
  "tags": [
    "audio",
    "games",
    "opengl",
    "cross-platform",
    "multimedia",
    "binding",
    "graphics",
    "sfml"
  ],
  "version": "3.0.0",
  "website": "https://mgrojo.github.io/ASFML/"
}
