File: control

package info (click to toggle)
data-xml-clojure 0.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 180 kB
  • sloc: xml: 44; makefile: 2; sh: 1
file content (24 lines) | stat: -rw-r--r-- 938 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
Source: data-xml-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <pkg-clojure-maintainers@lists.alioth.debian.org>
Uploaders: Elana Hashman <ehashman@debian.org>
Build-Depends:
 javahelper (>= 0.43),
 maven-debian-helper (>= 2.0),
 debhelper (>= 10),
 default-jdk
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/clojure-team/data-xml-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/data-xml-clojure
Homepage: https://github.com/clojure/data.xml

Package: libdata-xml-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}, libclojure-java | libclojure1.8-java
Recommends: ${java:Recommends}
Description: library for reading and writing XML data
 data.xml includes utilities for writing and reading XML, it can also
 create XML documents from Clojure data structures and vice versa. It
 internaly uses the Java Streaming API for XML (StAX) and features lazy
 parsing.