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: codesearch
Section: utils
Priority: extra
Maintainer: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9), golang-go, libparse-debcontrol-perl, dh-golang (>= 1.1)
Standards-Version: 3.9.4
Homepage: https://code.google.com/p/codesearch/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/codesearch.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/codesearch.git/
XS-Go-Import-Path: code.google.com/p/codesearch
Package: codesearch
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: regular expression search over large bodies of source code
Code Search is a tool for indexing and then performing regular expression
searches over large bodies of source code. It is a set of command-line
programs written in Go.
.
For background and an overview of the commands, see Regular Expression
Matching with a Trigram Index:
http://swtch.com/~rsc/regexp/regexp4.html
Package: golang-codesearch-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: regexp search over large bodies of source (development files)
Code Search is a tool for indexing and then performing regular expression
searches over large bodies of source code. It is a set of command-line
programs written in Go.
.
For background and an overview of the commands, see Regular Expression
Matching with a Trigram Index:
http://swtch.com/~rsc/regexp/regexp4.html
.
This package contains the source.
|