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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: ocaml-x509
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-dune,
libohex-ocaml-dev,
libasn1-combinators-ocaml-dev,
libptime-ocaml-dev,
libbase64-ocaml-dev,
libmirage-crypto-ocaml-dev,
libfmt-ocaml-dev,
libgmap-ocaml-dev,
libdomain-name-ocaml-dev,
liblogs-ocaml-dev,
libkdf-ocaml-dev,
libipaddr-ocaml-dev,
libalcotest-ocaml-dev <!nocheck>,
dh-ocaml (>= 1.2)
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-x509
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-x509.git
Homepage: https://github.com/mirleft/ocaml-x509
Package: libx509-ocaml-dev
Provides: ${ocaml:Provides}
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ocaml-findlib
Description: X.509 PKI purely in OCaml (dev)
X.509 is a public key infrastructure used mostly on the Internet. It
consists of certificates which include public keys and identifiers,
signed by an authority. Authorities must be exchanged over a second
channel to establish the trust relationship. This library implements
most parts of RFC5280 and RFC6125. The Public Key Cryptography
Standards (PKCS) defines encoding and decoding (in ASN.1 DER and PEM
format), which is also implemented by this library - namely PKCS 1,
PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.
.
This package contains development files.
Package: libx509-ocaml
Provides: ${ocaml:Provides}
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Suggests: ocaml-findlib
Description: X.509 PKI purely in OCaml (runtime)
X.509 is a public key infrastructure used mostly on the Internet. It
consists of certificates which include public keys and identifiers,
signed by an authority. Authorities must be exchanged over a second
channel to establish the trust relationship. This library implements
most parts of RFC5280 and RFC6125. The Public Key Cryptography
Standards (PKCS) defines encoding and decoding (in ASN.1 DER and PEM
format), which is also implemented by this library - namely PKCS 1,
PKCS 5, PKCS 7, PKCS 8, PKCS 9, PKCS 10, and PKCS 12.
.
This package contains runtime files.
|