File: control

package info (click to toggle)
cryptgps 0.2.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: ml: 2,627; ansic: 172; sh: 169; makefile: 118
file content (31 lines) | stat: -rw-r--r-- 937 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
29
30
31
Source: cryptgps
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 ocaml-findlib,
 dh-ocaml
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://projects.camlcity.org/projects/cryptgps.html
Vcs-Git: https://salsa.debian.org/ocaml-team/cryptgps.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/cryptgps

Package: libcryptgps-ocaml-dev
Architecture: any
Depends:
 ocaml-findlib,
 ${shlibs:Depends},
 ${ocaml:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml implementation of symmetric cryptographic algorithms: Blowfish, DES, 3DES
 This OCaml library implements some well-known symmetric cryptographic
 algorithms, namely: Blowfish, DES, 3DES.
 .
 This package contains all the development stuff needed to use cryptgps in
 OCaml programs.