{
  "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 llama.cpp - run a local LLM on-device from Ada",
  "licenses": "MIT",
  "maintainers": [
    "tony.gair@thedarkfactory.co.uk"
  ],
  "maintainers-logins": [
    "tonygair"
  ],
  "name": "df_llama",
  "notes": "Needs the llama.cpp shared libraries: build llama.cpp and point LLAMA_CPP_LIB at its build output (gpr default: vendor/llama.cpp/build/bin). The example also needs a local GGUF model.",
  "origin": {
    "commit": "f44da7bd5e883a686812a5f8d58e15f40fcc1889",
    "url": "git+https://github.com/the-dark-factory/llama-ada.git"
  },
  "project-files": [
    "df_llama.gpr"
  ],
  "tags": [
    "binding",
    "llm",
    "ai",
    "llama",
    "ggml"
  ],
  "version": "0.1.0",
  "website": "https://github.com/the-dark-factory/llama-ada"
}
