File: control

package info (click to toggle)
r-cran-xml 3.99-0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,684 kB
  • sloc: ansic: 6,635; xml: 2,890; asm: 486; sh: 15; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 891 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
Source: r-cran-xml
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 12), r-base-dev (>= 4.2.1), dh-r, libxml2-dev, pkg-config
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/edd/r-cran-xml
Vcs-Git: https://salsa.debian.org/edd/r-cran-xml.git
Homepage: https://cran.r-project.org/package=XML

Package: r-cran-xml
Architecture: any
Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: r-xml
Replaces: r-xml
Description: GNU R package for XML parsing and generation
 This package provides facilities for the R language to
 .
  * parse XML files, URLs and strings, using either the DOM (Document
    Object Model)/tree-based approach, or the event-driven SAX (Simple
    API for XML) mechanism;
  * generate XML content to buffers, files, URLs, and internal XML trees;
  * read DTDs as R objects.