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
|
Source: gettext.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Behrle <mbehrle@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, uglifyjs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/gettext.js
Vcs-Git: https://salsa.debian.org/js-team/gettext.js.git
Homepage: https://github.com/guillaumepotier/gettext.js
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: libjs-gettext.js
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Multi-Arch: foreign
Description: Lightweight yet complete GNU gettext port
gettext.js is a lightweight (3k minified!) yet complete and accurate GNU
gettext port for node and the browser. Manage your i18n translations the right
way in your javascript projects.
.
This package contains the Javascript library.
Package: node-gettext.js
Architecture: all
Depends: ${misc:Depends}
, nodejs
Multi-Arch: foreign
Description: Lightweight yet complete GNU gettext port - Node.js module
gettext.js is a lightweight (3k minified!) yet complete and accurate GNU
gettext port for node and the browser. Manage your i18n translations the right
way in your javascript projects.
.
This package contains the NodeJS module.
|