File: control

package info (click to toggle)
libs3 2.0-3
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 796 kB
  • ctags: 956
  • sloc: ansic: 6,949; xml: 227; sh: 109; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 810 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libs3
Section: net
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 10), libxml2-dev, libcurl4-gnutls-dev
Standards-Version: 4.1.0
Homepage: https://github.com/bji/libs3

Package: libs3-2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C Library and Tools for Amazon S3 Access
 This package includes the libs3 shared object library, needed to run
 applications compiled against libs3, and additionally contains the s3
 utility for accessing Amazon S3.

Package: libs3-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libs3-2 (= ${binary:Version})
Description: C Development Library for Amazon S3 Access
 This package includes the libs3 header, needed to compile applications
 against libs3.