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 39 40 41 42 43 44 45 46
|
Source: ocaml-ssl
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Samuel Mimram <smimram@debian.org>,
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper (>= 10),
libssl-dev (>= 0.9.6),
ocaml-nox (>= 4),
ocaml-findlib (>= 1.4),
dh-ocaml (>= 0.9)
Standards-Version: 4.1.4
Homepage: https://github.com/savonet/ocaml-ssl
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-ssl.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-ssl
Package: libssl-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for OpenSSL (runtime)
OCaml library for communicating through SSL/TLS encrypted connections
using the OpenSSL library.
.
This package contains only the shared runtime stub libraries.
Package: libssl-ocaml-dev
Architecture: any
Depends:
libssl-dev,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: OCaml bindings for OpenSSL
OCaml library for communicating through SSL/TLS encrypted connections
using the OpenSSL library.
.
This package contains all the development stuff you need to use
the ssl OCaml library in your programs.
|