File: control

package info (click to toggle)
puppetlabs-i18n-clojure 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 320 kB
  • ctags: 17
  • sloc: sh: 157; xml: 92; makefile: 35
file content (28 lines) | stat: -rw-r--r-- 1,232 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
Source: puppetlabs-i18n-clojure
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: clojure (>= 1.8),
               debhelper (>= 10),
               default-jdk-headless,
               gettext-base,
               javahelper (>= 0.32),
               libcpath-clojure (>= 0.1.2),
               libkitchensink-clojure (>= 2.1.0),
               markdown,
               maven-repo-helper (>= 1.5~)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/puppetlabs-i18n-clojure.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/puppetlabs-i18n-clojure.git
Homepage: https://github.com/puppetlabs/i18n

Package: libpuppetlabs-i18n-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: Clojure i18n library
 puppetlabs-i18n provides convenience functions to access the JVM's
 localization facilities and automates managing messages and resource bundles.
 The tooling for translators uses GNU gettext so that translators can work with
 PO files which are widely used and for which a huge amount of tooling exists.