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
|
Source: debian-codesearch-cli
Section: devel
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-certifi,
python3-dateutil,
python3-poetry-core,
python3-urllib3,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://salsa.debian.org/debian/codesearch-cli/
Vcs-Browser: https://salsa.debian.org/debian/codesearch-cli
Vcs-Git: https://salsa.debian.org/debian/codesearch-cli.git
Package: debian-codesearch-cli
Architecture: all
Multi-Arch: foreign
Depends:
python3,
${python3:Depends},
${misc:Depends},
Description: client for Debian Code Search
Simple client for the Debian Code Search service.
Provides a Python library and a CLI tool named "codesearch"
|