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.
|