diff options
author | Arun Isaac | 2024-05-10 15:22:33 +0100 |
---|---|---|
committer | Arun Isaac | 2024-05-10 15:23:27 +0100 |
commit | dda1a6683cc3e97be76b3ce55a6f1231d4ef9b49 (patch) | |
tree | d576d52e01f4a75e815c975272c4ede8447a2d4f | |
parent | 5663242a1beb2d24b1922366bd2ea2765233a880 (diff) | |
download | guile-xapian-dda1a6683cc3e97be76b3ce55a6f1231d4ef9b49.tar.gz guile-xapian-dda1a6683cc3e97be76b3ce55a6f1231d4ef9b49.tar.lz guile-xapian-dda1a6683cc3e97be76b3ce55a6f1231d4ef9b49.zip |
README: Be less committed about merging with upstream xapian-bindings.
At this point, it is not clear if guile-xapian will ever be merged
with upstream xapian-bindings.
* README.org: Be less committed about merging with upstream
xapian-bindings.
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ applications. It has built-in support for several families of weighting models and also supports a rich set of boolean query operators. -Once these bindings are sufficiently mature, they will be merged with +Once these bindings are sufficiently mature, they may be merged with [[https://github.com/xapian/xapian/tree/master/xapian-bindings][xapian-bindings]]. This will involve creating more complete Scheme-friendly wrapping of the Xapian library, writing test cases and documentation. When we are done, the user should not ever have to call |