File: control

package info (click to toggle)
golang-github-aryann-difflib 0.0~git20210328.ff5ff6d-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: makefile: 4
file content (25 lines) | stat: -rw-r--r-- 981 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
24
25
Source: golang-github-aryann-difflib
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-aryann-difflib
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-aryann-difflib.git
Homepage: https://github.com/aryann/difflib
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/aryann/difflib

Package: golang-github-aryann-difflib-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: Simple go library for diffing two sequences of text
 This library provides two functions: difflib.Diff and difflib.HTMLDiff
 which present diff of two strings/sequence of text in plain diff and html
 format respectively.