File: control

package info (click to toggle)
jnacl 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: java: 965; xml: 211; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 959 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
Source: jnacl
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Pierre Gruet <pgt@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               libfest-assert-java,
               maven-debian-helper,
               testng
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/java-team/jnacl
Vcs-Git: https://salsa.debian.org/java-team/jnacl.git
Homepage: https://neilalexander.eu/jnacl
Rules-Requires-Root: no

Package: libjnacl-java
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Java library implementing NaCl encryption primitives
 jnacl is a library that implements some of Daniel J. Bernstein’s NaCl
 encryption primitives. The functions are written in pure Java, and are
 therefore very straight-forward to make use of in a Java application without
 the use of native libraries and bindings.