diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-06 02:21:07 +0000 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-02-06 14:25:52 -0600 |
| commit | 0f49530c1ea6ca1b10f974f32ed06f2b8be7faf5 (patch) | |
| tree | 1dd47c3cf172d1af2f15d99748594913b753496e | |
| parent | 2f1885d9110c5f1480c0a1b3a14928d65caea72a (diff) | |
gnu: Add go-github-com-blevesearch-bleve.
* gnu/packages/golang-xyz.scm (go-github-com-blevesearch-bleve): New variable.
Signed-off-by: jgart <jgart@dismail.de>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0f40dcaed12..23419d62ad9 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm | |||
| @@ -15303,6 +15303,61 @@ Text Segmentation as described in Unicode Standard Annex #29.") | |||
| 15303 | project.") | 15303 | project.") |
| 15304 | (license license:bsd-3))) | 15304 | (license license:bsd-3))) |
| 15305 | 15305 | ||
| 15306 | (define-public go-github-com-blevesearch-bleve | ||
| 15307 | (package | ||
| 15308 | (name "go-github-com-blevesearch-bleve") | ||
| 15309 | (version "2.5.7") | ||
| 15310 | (source | ||
| 15311 | (origin | ||
| 15312 | (method git-fetch) | ||
| 15313 | (uri (git-reference | ||
| 15314 | (url "https://github.com/blevesearch/bleve") | ||
| 15315 | (commit (string-append "v" version)))) | ||
| 15316 | (file-name (git-file-name name version)) | ||
| 15317 | (sha256 | ||
| 15318 | (base32 "0vszzxj76236phd1iq5r31jccnxv8i20ykxgmffmfqy3g215njh0")) | ||
| 15319 | (snippet | ||
| 15320 | #~(begin | ||
| 15321 | (use-modules (guix build utils)) | ||
| 15322 | ;; Delete bundled dependencies. | ||
| 15323 | (delete-file-recursively "cmd/bleve/vendor"))))) | ||
| 15324 | (build-system go-build-system) | ||
| 15325 | (arguments | ||
| 15326 | (list #:tests? #f ;; tests require several unpackaged dependencies | ||
| 15327 | #:import-path "github.com/blevesearch/bleve")) | ||
| 15328 | (propagated-inputs (list go-github-com-bits-and-blooms-bitset | ||
| 15329 | go-github-com-blevesearch-bleve-index-api | ||
| 15330 | go-github-com-blevesearch-geo-geojson | ||
| 15331 | go-github-com-blevesearch-geo-r1 | ||
| 15332 | go-github-com-blevesearch-geo-r2 | ||
| 15333 | go-github-com-blevesearch-geo-r3 | ||
| 15334 | go-github-com-blevesearch-geo-s1 | ||
| 15335 | go-github-com-blevesearch-geo-s2 | ||
| 15336 | go-github-com-blevesearch-go-porterstemmer | ||
| 15337 | go-github-com-blevesearch-gtreap | ||
| 15338 | go-github-com-blevesearch-scorch-segment-api | ||
| 15339 | go-github-com-blevesearch-segment | ||
| 15340 | go-github-com-blevesearch-snowballstem | ||
| 15341 | go-github-com-blevesearch-upsidedown-store-api | ||
| 15342 | go-github-com-blevesearch-vellum | ||
| 15343 | go-github-com-blevesearch-zapx-v11 | ||
| 15344 | go-github-com-blevesearch-zapx-v12 | ||
| 15345 | go-github-com-blevesearch-zapx-v13 | ||
| 15346 | go-github-com-blevesearch-zapx-v14 | ||
| 15347 | go-github-com-blevesearch-zapx-v15 | ||
| 15348 | go-github-com-blevesearch-zapx-v16 | ||
| 15349 | go-github-com-couchbase-moss | ||
| 15350 | go-github-com-golang-protobuf | ||
| 15351 | go-github-com-roaringbitmap-roaring | ||
| 15352 | go-github-com-spf13-cobra | ||
| 15353 | go-go-etcd-io-bbolt | ||
| 15354 | go-golang-org-x-text)) | ||
| 15355 | (home-page "https://github.com/blevesearch/bleve") | ||
| 15356 | (synopsis "Go indexing and search library") | ||
| 15357 | (description "Bleve is a Go library for indexing and searching text, | ||
| 15358 | numeric, geo-spatial and vector data.") | ||
| 15359 | (license license:asl2.0))) | ||
| 15360 | |||
| 15306 | (define-public go-github-com-liyue201-gostl | 15361 | (define-public go-github-com-liyue201-gostl |
| 15307 | (package | 15362 | (package |
| 15308 | (name "go-github-com-liyue201-gostl") | 15363 | (name "go-github-com-liyue201-gostl") |
