1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: cryptgps
Section: devel
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stefano Zacchiroli <zack@debian.org>
Build-Depends: debhelper (>= 5.0.0), dpatch, cdbs, ocaml-nox (>= 3.10.0-8), ocaml-findlib
Standards-Version: 3.7.3
Homepage: http://www.ocaml-programming.de/packages/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/cryptgps
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cryptgps/trunk/
Package: libcryptgps-ocaml-dev
Architecture: any
Section: libdevel
Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, ${misc:Depends}
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.
|