File: control

package info (click to toggle)
libnxml 0.18.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,824 kB
  • sloc: sh: 8,928; ansic: 3,610; makefile: 40
file content (36 lines) | stat: -rw-r--r-- 1,309 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
26
27
28
29
30
31
32
33
34
35
36
Source: libnxml
Section: libs
Priority: optional
Maintainer: Joseph Herlant <aerostitch@debian.org>
Build-Depends: dctrl-tools, debhelper-compat (= 12), libcurl4-gnutls-dev
Standards-Version: 4.4.1
Homepage: https://github.com/bakulf/libnxml
Vcs-Browser: https://salsa.debian.org/debian/libnxml
Vcs-Git: https://salsa.debian.org/debian/libnxml.git

Package: libnxml0-dev
Multi-Arch: same
Section: libdevel
Architecture: any
Depends: libcurl4-gnutls-dev | libcurl-dev,
         libnxml0 (= ${binary:Version}),
         ${misc:Depends}
Description: static library and C header files for libnxml0
 libnxml is a C library for parsing, writing, and creating XML 1.0 and
 1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4
 (1234, 4321, 2143, 2312).
 .
 This package provides a static library and C header files.

Package: libnxml0
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Provides: libnxml-abi-${source:Upstream-Version}
Description: C library for parsing, writing and creating xml 1.0/1.1 files or streams
 libnxml is a C library for parsing, writing, and creating XML 1.0 and
 1.1 files or streams. It supports UTF-8, UTF-16be and UTF-16le, UCS-4
 (1234, 4321, 2143, 2312).
 .
 This package contains the shared libraries.