1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-pmezard-go-difflib
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.10),
golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/pmezard/go-difflib
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-pmezard-go-difflib.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-pmezard-go-difflib.git
XS-Go-Import-Path: github.com/pmezard/go-difflib
Package: golang-github-pmezard-go-difflib-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Description: partial port of Python difflib package to Go
Go-difflib is a partial port of Python 3 difflib package. Its main goal
was to make unified and context diff available in pure Go, mostly for
testing purposes.
|