{
  "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:f9975436cb38096f3d87f10cf424ac32ce53f9f0420fe627c7b0ee6de393f967",
      "sha512:533a6b89082fac9631bcc84c9ef8867af27c69b840d8810f4fd4d2c87d89a000b51427df68f541e9237a4fdbbb84e92611b3d2b126e7178e0515dfab527f7576"
    ],
    "url": "https://git.sr.ht/~nytpu/lmdb-ada/archive/v1.1.0.tar.gz"
  },
  "project-files": [
    "lmdb.gpr"
  ],
  "tags": [
    "database",
    "key-value"
  ],
  "version": "1.1.0",
  "website": "https://git.sr.ht/~nytpu/lmdb-ada"
}
