1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: golang-gopkg-olivere-elastic.v5
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any
,golang-easyjson
,golang-github-fortytw2-leaktest-dev
,golang-github-google-uuid-dev
,golang-github-mailru-easyjson-dev
,golang-github-pkg-errors-dev
,golang-github-smartystreets-go-aws-auth-dev
,golang-golang-x-sync-dev
Standards-Version: 4.4.1
Homepage: https://github.com/olivere/elastic
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-olivere-elastic.v5
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-olivere-elastic.v5.git
XS-Go-Import-Path: gopkg.in/olivere/elastic.v5
Testsuite: autopkgtest-pkg-go
Package: golang-gopkg-olivere-elastic.v5-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends}
,golang-github-fortytw2-leaktest-dev
,golang-github-google-uuid-dev
,golang-github-mailru-easyjson-dev
,golang-github-pkg-errors-dev
,golang-github-smartystreets-go-aws-auth-dev
,golang-golang-x-sync-dev
Description: Elasticsearch client for Golang
Provides an interface to the Elasticsearch server
(http://www.elasticsearch.org/). It can manage full text indices, index
documents, and search them.
.
This package contains v5 of the upstream client API.
|