{
  "authors": [
    "The Dark Factory Ltd"
  ],
  "auto-gpr-with": false,
  "available": {
    "case(os)": {
      "linux": true,
      "macos": true,
      "windows": false
    }
  },
  "build-switches": {
    "*": {
      "style_checks": "no"
    }
  },
  "description": "Ada bindings to Box2D v3, Erin Catto's 2D physics engine (pure C)",
  "licenses": "MIT",
  "maintainers": [
    "tony.gair@thedarkfactory.co.uk"
  ],
  "maintainers-logins": [
    "tonygair"
  ],
  "name": "df_box2d",
  "notes": "Box2D v3 is vendored and built into a static lib by scripts/build-box2d.sh (CMake); run it once before alr build. Requires cmake and a C compiler.",
  "origin": {
    "commit": "fbe979353fe4428bbe22a03a43c591c8f70efa11",
    "url": "git+https://github.com/the-dark-factory/box2d-ada.git"
  },
  "project-files": [
    "df_box2d.gpr"
  ],
  "tags": [
    "binding",
    "physics",
    "box2d",
    "game",
    "simulation"
  ],
  "version": "0.1.0",
  "website": "https://github.com/the-dark-factory/box2d-ada"
}
