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
|
Source: cjose
Maintainer: Moritz Schlarb <moschlar@debian.org>
Uploaders: Christoph Martin <martin@uni-mainz.de>,
Build-Depends:
debhelper-compat (= 13),
check,
libjansson-dev,
libssl-dev,
pkg-config,
Standards-Version: 4.7.2
Section: libs
Priority: optional
Homepage: https://github.com/OpenIDC/cjose
Vcs-Git: https://salsa.debian.org/debian/cjose.git
Vcs-Browser: https://salsa.debian.org/debian/cjose
Package: libcjose0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends},
Multi-Arch: same
Description: C library implementing the JOSE standard
This is an implementation of the Javascript Object Signing and Encryption
(JOSE) standard for C/C++.
This package include the shared library files for using libcjose.
Package: libcjose-dev
Section: libdevel
Architecture: any
Depends: libcjose0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends},
Description: C library implementing the JOSE standard (development files)
This is an implementation of the Javascript Object Signing and Encryption
(JOSE) standard for C/C++.
This package includes the development files (headers) for building
software using libcjose.
|