File: control

package info (click to toggle)
sds 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: ansic: 1,110; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: sds
Section: libdevel
Priority: optional
Maintainer: Mostafa Shahverdy <shahverdy.m@gmail.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: https://github.com/antirez/sds
Vcs-Git: https://github.com/shahverd/sds.git
Vcs-Browser: https://salsa.debian.org/shahverd/sds

Package: libsds-dev
Architecture: all
Depends: ${misc:Depends}
Description: Simple dynamic strings for C (header-only)
 SDS is a simple C dynamic string library (header-only). Provides safe,
 efficient, and easy-to-use dynamic strings.