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
|
Source: golang-gopkg-editorconfig-editorconfig-core-go.v1
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-gopkg-ini.v1-dev,
golang-github-stretchr-testify-dev
Standards-Version: 4.1.1
Homepage: https://github.com/editorconfig/editorconfig-core-go/tree/v1.2.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-editorconfig-editorconfig-core-go.v1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-editorconfig-editorconfig-core-go.v1.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: gopkg.in/editorconfig/editorconfig-core-go.v1
Package: golang-gopkg-editorconfig-editorconfig-core-go.v1-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-gopkg-ini.v1-dev,
golang-github-stretchr-testify-dev
Multi-Arch: foreign
Description: EditorConfig file parser and writer in Go
This package provides a library that implements an Editorconfig file
parser.
.
The EditorConfig project consists of a file format for defining coding
styles and a collection of text editor plugins that enable editors to
read the file format and adhere to defined styles.
|