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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: editorconfig-core
Section: libs
Priority: optional
Build-Depends:
cmake,
d-shlibs,
debhelper-compat (= 13),
doxygen,
libpcre2-dev,
libjs-jquery,
pkg-config,
pkg-kde-tools,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Vasudev Kamath <kamathvasudev@gmail.com>
Standards-Version: 4.6.2
Homepage: https://editorconfig.org/
Vcs-Git: https://salsa.debian.org/debian/editorconfig-core.git
Vcs-Browser: https://salsa.debian.org/debian/editorconfig-core
Rules-Requires-Root: no
Package: libeditorconfig0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: coding style indenter across editors - library
EditorConfig helps developers define and maintain
consistent coding styles between different editors and IDEs.
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.
.
EditorConfig files are easily readable
and they work nicely with version control systems.
.
This package provides the core library of editorconfig.
Package: libeditorconfig-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libeditorconfig0 (= ${binary:Version}),
${devlibs:Depends},
${misc:Depends}
Suggests: editorconfig-doc
Description: coding style indenter across editors - development files
EditorConfig helps developers define and maintain
consistent coding styles between different editors and IDEs.
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.
.
EditorConfig files are easily readable
and they work nicely with version control systems.
.
This package provides development headers for editorconfig-core library.
Package: editorconfig
Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: coding style indenter for all editors - commandline tools
This package helps developers define and maintain
consistent coding styles between different editors and IDEs.
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.
.
EditorConfig files are easily readable
and they work nicely with version control systems.
.
This package provides editorconfig command which
can be used to reformat and indent code files
using editorconfig configuration file.
Package: editorconfig-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libjs-jquery,
Description: coding style indenter across editors - documentation
EditorConfig helps developers define and maintain
consistent coding styles between different editors and IDEs.
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.
.
EditorConfig files are easily readable
and they work nicely with version control systems.
.
This package provides API documentation for editorconfig-core library.
|