Registry / database / xapian

xapian

JSON →
library1.4.22vcpkgunverified

Xapian is an Open Source Search Engine Library, released under the GPL v2+. It's written in C++, with bindings to allow use from Perl, Python 2, Python 3, PHP 5, PHP 7, Java, Tcl, C#, Ruby, Lua, Erlang, Node.js and R (so far!)

vcpkg install xapian
INSTALL
IMPORT
SIG · XAPIAN
X
xapian
databasecppv1.4.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xapian.h
#include <xapian.h>

Open or create a Xapian database.

#include <xapian.h> int main() { Xapian::WritableDatabase db("test.db", Xapian::DB_CREATE_OR_OPEN); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.22latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Meta
2
OpenAI (training)
1
Resources

No resource links recorded.

xapian — pip install xapian · libregistry