diff --git a/index/li/linenoise_ada/linenoise_ada-1.1.2.toml b/index/li/linenoise_ada/linenoise_ada-1.1.2.toml new file mode 100644 index 00000000..3b48d6f9 --- /dev/null +++ b/index/li/linenoise_ada/linenoise_ada-1.1.2.toml @@ -0,0 +1,35 @@ +name = "linenoise_ada" +description = "Bindings to the Linenoise line editing library" +version = "1.1.2" +licenses = "BSD-2-Clause" + +project-files = ["linenoise.gpr"] + +website = "https://git.sr.ht/~nytpu/linenoise-ada" +tags = ["linenoise", "readline", "line-editing"] + +authors = ["nytpu"] +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[available.'case(os)'] +linux = true +macos = true +windows = false +'...' = false + +[gpr-externals] +LINENOISE_LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"] +LINENOISE_COMPILE_CHECKS = ["enabled", "disabled"] +LINENOISE_RUNTIME_CHECKS = ["enabled", "disabled"] +LINENOISE_STYLE_CHECKS = ["enabled", "disabled"] +LINENOISE_CONTRACTS = ["enabled", "disabled"] +LINENOISE_BUILD_MODE = ["debug", "optimize"] + +[origin] +hashes = [ +"sha256:d96796f61c2f04f2dd986adfe6efec2c11c120b2453b1c3f20aabd54a584c9d3", +"sha512:1f8823196e68602f5a69932e5fd475acae98b1199e9baa74ba1d1125dd13271dc4205abd6431a96677c2b0c6cdd38fee5ea38e107e27ee389dc28dec063c9612", +] +url = "https://git.sr.ht/~nytpu/linenoise-ada/archive/v1.1.2.tar.gz" + diff --git a/index/lm/lmdb_ada/lmdb_ada-1.2.0.toml b/index/lm/lmdb_ada/lmdb_ada-1.2.0.toml new file mode 100644 index 00000000..a4602ca2 --- /dev/null +++ b/index/lm/lmdb_ada/lmdb_ada-1.2.0.toml @@ -0,0 +1,37 @@ +name = "lmdb_ada" +description = "Bindings to the Lightning Memory-Mapped Database" +version = "1.2.0" +licenses = "BSD-2-Clause AND OLDAP-2.8+" + +project-files = ["lmdb.gpr"] + +website = "https://git.sr.ht/~nytpu/lmdb-ada" +tags = ["database", "key-value"] + +authors = ["nytpu"] +maintainers = ["nytpu "] +maintainers-logins = ["nytpu"] + +[gpr-externals] +LMDB_PLATFORM = ["unix", "windows"] +LMDB_LIBRARY_TYPE = ["dynamic", "relocatable", "static", "static-pic"] +LMDB_COMPILE_CHECKS = ["enabled", "disabled"] +LMDB_RUNTIME_CHECKS = ["enabled", "disabled"] +LMDB_STYLE_CHECKS = ["enabled", "disabled"] +LMDB_CONTRACTS = ["enabled", "disabled"] +LMDB_BUILD_MODE = ["debug", "optimize"] + +[gpr-set-externals.'case(os)'] +'linux|macos' = { LMDB_PLATFORM = "unix" } +windows = { LMDB_PLATFORM = "windows" } + +[[depends-on]] +gnatcoll = "^22.0.0" + +[origin] +hashes = [ +"sha256:b9d19e0eec24a79d5ff951c13062e076ff95042e6ca0e4d9ba90849437b39ce4", +"sha512:8af6120dd3ff8602694ec5dc52408c69b8fbf327b72a57261b7020d922f6941d0287b8b5a8dccd34ddb4f68c3ce92152990ffda58f8b76ac0313879705d3a7c4", +] +url = "https://git.sr.ht/~nytpu/lmdb-ada/archive/v1.2.0.tar.gz" +