File debian.control of Package liboqs-0.7.2-debian-ubuntu
Source: liboqs
Priority: optional
Maintainer: Andrius Merkys <merkys@debian.org>
Build-Depends:
astyle <!nocheck>,
cmake,
debhelper-compat (= 10),
doxygen,
libssl-dev,
ninja-build,
python3-pytest <!nocheck>,
python3-yaml <!nocheck>,
unzip,
xsltproc,
Standards-Version: 4.5.0
Section: libs
Homepage: https://openquantumsafe.org
Vcs-Browser: https://salsa.debian.org/merkys/liboqs
Vcs-Git: https://salsa.debian.org/merkys/liboqs.git
Rules-Requires-Root: no
Package: liboqs-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
liboqs2 (= ${binary:Version}),
${misc:Depends},
Description: library for quantum-safe cryptographic algorithms (development files)
liboqs is an open source C library for quantum-safe cryptographic algorithms.
It provides a collection of open source implementations of quantum-safe key
encapsulation mechanism (KEM) and digital signature algorithms; a common API
for these algorithms; a test harness and benchmarking routines.
.
liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop
and integrate into applications quantum-safe cryptography to facilitate
deployment and testing in real world contexts. In particular, OQS provides
prototype integrations of liboqs into TLS and SSH, through OpenSSL and
OpenSSH.
.
This package contains the development files.
Package: liboqs2
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: library for quantum-safe cryptographic algorithms (shared library)
liboqs is an open source C library for quantum-safe cryptographic algorithms.
It provides a collection of open source implementations of quantum-safe key
encapsulation mechanism (KEM) and digital signature algorithms; a common API
for these algorithms; a test harness and benchmarking routines.
.
liboqs is part of the Open Quantum Safe (OQS) project, which aims to develop
and integrate into applications quantum-safe cryptography to facilitate
deployment and testing in real world contexts. In particular, OQS provides
prototype integrations of liboqs into TLS and SSH, through OpenSSL and
OpenSSH.
.
This package contains the shared library.