forked from intel/safestringlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
25 lines (23 loc) · 818 Bytes
/
control
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
Source: safestringlib
Section: libs
Priority: optional
Maintainer: Francois Dugast <[email protected]>
Build-Depends: cmake, debhelper (>=11~)
Standards-Version: 4.1.4
Homepage: https://01.org/safestring-library
Vcs-Git: https://github.com/intel/safestringlib
Package: safestringlib
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: The Safe String Library is a C Library
providing string and memory buffer routines that
protect against buffer overflows.
Package: safestringlib-dev
Architecture: any
Multi-Arch: foreign
Depends: safestringlib ${misc:Depends}, ${shlibs:Depends}
Description: The Safe String Library is a C Library
providing string and memory buffer routines that
protect against buffer overflows. This package contains
the development files.