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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: golang-gopkg-src-d-go-git.v4
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jongmin Kim <jmkim@pukyong.ac.kr>
Build-Depends: debhelper (>= 12),
dh-golang,
# git,
golang-any,
golang-github-emirpasic-gods-dev,
golang-github-gliderlabs-ssh-dev,
golang-github-google-go-cmp-dev,
golang-github-jbenet-go-context-dev,
golang-github-kevinburke-ssh-config-dev,
golang-github-mitchellh-go-homedir-dev,
golang-github-sergi-go-diff-dev,
golang-github-src-d-gcfg-dev,
golang-github-xanzy-ssh-agent-dev,
golang-go-flags-dev,
golang-golang-x-crypto-dev,
golang-gopkg-check.v1-dev,
golang-gopkg-src-d-go-billy.v4-dev,
# golang-gopkg-src-d-go-git-fixtures.v3-dev,
golang-golang-x-text-dev
Standards-Version: 4.3.0
Homepage: https://github.com/src-d/go-git
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-src-d-go-git.v4
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-src-d-go-git.v4.git
XS-Go-Import-Path: gopkg.in/src-d/go-git.v4
Testsuite: autopkgtest-pkg-go
Package: golang-gopkg-src-d-go-git.v4-dev
Architecture: all
Depends: ${misc:Depends},
# git,
golang-github-emirpasic-gods-dev,
golang-github-gliderlabs-ssh-dev,
golang-github-google-go-cmp-dev,
golang-github-jbenet-go-context-dev,
golang-github-kevinburke-ssh-config-dev,
golang-github-mitchellh-go-homedir-dev,
golang-github-sergi-go-diff-dev,
golang-github-src-d-gcfg-dev,
golang-github-xanzy-ssh-agent-dev,
golang-go-flags-dev,
golang-golang-x-crypto-dev,
golang-gopkg-check.v1-dev,
golang-gopkg-src-d-go-billy.v4-dev,
# golang-gopkg-src-d-go-git-fixtures.v3-dev,
golang-golang-x-text-dev
Description: highly extensible Git implementation in pure Go
This package provides a highly extensible git implementation library
written in pure Go.
.
The library does:
* can be used to manipulate git repositories at low level (plumbing)
or high level (porcelain), through an idiomatic Go API.
* supports several types of storage, such as in-memory filesystems, or
custom implementations using the 'Storer' interface.
* aims to be fully compatible with git, all the porcelain operations
are implemented to work exactly as git does.
|