File: control

package info (click to toggle)
golang-github-pmezard-go-difflib 0.0~git20160110.0.792786c-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 88 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 961 bytes parent folder | download
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.