{
  "authors": [
    "nytpu"
  ],
  "depends-on": [
    {
      "gnatcoll": "^22.0.0"
    }
  ],
  "description": "Bindings to the Lightning Memory-Mapped Database",
  "gpr-externals": {
    "LMDB_BUILD_MODE": [
      "debug",
      "optimize"
    ],
    "LMDB_COMPILE_CHECKS": [
      "enabled",
      "disabled"
    ],
    "LMDB_CONTRACTS": [
      "enabled",
      "disabled"
    ],
    "LMDB_LIBRARY_TYPE": [
      "dynamic",
      "relocatable",
      "static",
      "static-pic"
    ],
    "LMDB_PLATFORM": [
      "unix",
      "windows"
    ],
    "LMDB_RUNTIME_CHECKS": [
      "enabled",
      "disabled"
    ],
    "LMDB_STYLE_CHECKS": [
      "enabled",
      "disabled"
    ]
  },
  "gpr-set-externals": {
    "case(os)": {
      "linux|macos": {
        "LMDB_PLATFORM": "unix"
      },
      "windows": {
        "LMDB_PLATFORM": "windows"
      }
    }
  },
  "licenses": "BSD-2-Clause AND OLDAP-2.8+",
  "maintainers": [
    "nytpu <alex@nytpu.com>"
  ],
  "maintainers-logins": [
    "nytpu"
  ],
  "name": "lmdb_ada",
  "origin": {
    "hashes": [
      "sha256:b9d19e0eec24a79d5ff951c13062e076ff95042e6ca0e4d9ba90849437b39ce4",
      "sha512:8af6120dd3ff8602694ec5dc52408c69b8fbf327b72a57261b7020d922f6941d0287b8b5a8dccd34ddb4f68c3ce92152990ffda58f8b76ac0313879705d3a7c4"
    ],
    "url": "https://git.sr.ht/~nytpu/lmdb-ada/archive/v1.2.0.tar.gz"
  },
  "project-files": [
    "lmdb.gpr"
  ],
  "tags": [
    "database",
    "key-value"
  ],
  "version": "1.2.0",
  "website": "https://git.sr.ht/~nytpu/lmdb-ada"
}
