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
|
Source: taglib-sharp
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo@debian.org>,
Chow Loong Jin <hyperair@debian.org>
Build-Depends: debhelper-compat (= 12),
cli-common-dev (>= 0.5.7),
mono-devel (>= 2.4.3),
pkg-config,
libexiv2-dev,
monodoc-base
Standards-Version: 4.4.0
Homepage: https://github.com/mono/taglib-sharp
Vcs-Browser: https://salsa.debian.org/dotnet-team/taglib-sharp
Vcs-Git: https://salsa.debian.org/dotnet-team/taglib-sharp.git
Package: libtaglib2.1-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: CLI library for accessing audio and video files metadata
TagLib# is a CLI library used to read and manipulate metadata
in different audio and video file formats.
.
This package contains the TagLib# assembly
Package: libtaglib-cil-dev
Architecture: all
Depends: libtaglib2.1-cil (= ${binary:Version}), ${misc:Depends}
Replaces: libtaglib2.0-cil (<< 2.0.3.3+dfsg-2)
Description: CLI library for accessing audio and video files metadata (dev files)
TagLib# is a CLI library used to read and manipulate metadata
in different audio and video file formats.
.
This package contains development files for TagLib#, and should be used
for development
Package: monodoc-taglib-manual
Section: doc
Architecture: all
Depends: monodoc-manual, ${misc:Depends}
Description: compiled XML documentation for taglib-sharp
The MonoDoc Project is the documentation framework of the Mono project which
provides detailed API documentation for all Mono components and the Mono CLI
implementation.
.
TagLib# is a CLI library used to read and manipulate metadata
in different audio and video file formats.
.
This package contains the compiled XML documentation for taglib-sharp.
|