{
   "name": "pg_kazsearch",
   "abstract": "Kazakh full-text search dictionary for PostgreSQL",
   "description": "The first PostgreSQL text search extension for the Kazakh language. BFS suffix stripping with vowel harmony validation, consonant mutation repair, 21K-stem lexicon from Apertium-kaz, and stopword filtering. Built with pgrx.",
   "version": "2.0.0",
   "date": "2026-04-03T16:13:47Z",
   "maintainer": "Darkhan Akhmetov <darkhanahmetov2005@gmail.com>",
   "release_status": "stable",
   "user": "darkhanakh",
   "sha1": "d46951981349857a271456dc48043bf5ff948d10",
   "license": "lgpl_3_0",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0"
         }
      }
   },
   "provides": {
      "pg_kazsearch": {
         "abstract": "Kazakh stemmer and stopword dictionary for PostgreSQL FTS",
         "file": "pg_ext/src/lib.rs",
         "version": "2.0.0"
      }
   },
   "tags": ["kazakh", "stemmer", "full-text search", "text search", "dictionary", "fts", "morphology", "pgrx", "rust"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/darkhanakh/pg-kazsearch/issues"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/darkhanakh/pg-kazsearch.git",
         "web": "https://github.com/darkhanakh/pg-kazsearch"
      }
   }
}
