File: control

package info (click to toggle)
dlang-openssl 2.0.0%2B1.1.0h-0.2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,008 kB
  • sloc: ansic: 17,105; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: dlang-openssl
Section: devel
Priority: optional
Maintainer: Konstantinos Margaritis <markos@debian.org>
Build-Depends: debhelper-compat (= 12), libssl-dev (>= 1.1.0h), default-d-compiler
Standards-Version: 4.3.0
Homepage: https://github.com/D-Programming-Deimos/openssl

Package: dlang-openssl
Architecture: all
Depends: ${misc:Depends}, libssl-dev
Recommends: default-d-compiler
Description: D version of the C headers for openssl
 D bindings for openssl. This is just a set of D source files to be used
 with 'import'. When linking the user still has to link to libssl manually.