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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
Source: libical
Section: libs
Priority: optional
Maintainer: Wilfried Goesgens <w.goesgens@outgesourced.org>
Uploaders: Fathi Boudra <fabo@debian.org>
Build-Depends: debhelper (>= 5.0.42), autotools-dev, tzdata, swig,
python-all-dev (>= 2.4.4), python-support (>= 0.5.6), python (>= 2.4.4)
XS-Python-Version: all
Standards-Version: 3.7.2
Homepage: http://freeassociation.sourceforge.net
Package: libical-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libical0 (= ${binary:Version})
Description: iCalendar library implementation in C (development)
libical is an open source implementation of the IETF's iCalendar calendaring
and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
and provides a C API for manipulating the component properties, parameters,
and subcomponents.
.
This package contains the libical development files.
Package: libical0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, tzdata
Description: iCalendar library implementation in C (runtime)
libical is an open source implementation of the IETF's iCalendar calendaring
and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
and provides a C API for manipulating the component properties, parameters,
and subcomponents.
.
This package contains the files necessary for running applications that use
the libical library.
Package: libical0-dbg
Section: libs
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libical0 (= ${binary:Version})
Description: iCalendar library implementation in C (runtime)
libical is an open source implementation of the IETF's iCalendar calendaring
and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
and provides a C API for manipulating the component properties, parameters,
and subcomponents.
.
This package contains the files necessary for running and debugging
applications that use the libical library.
Package: python-libical
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, libical0 (= ${binary:Version})
Description: iCalendar library implementation python language bindings
libical is an open source implementation of the IETF's iCalendar calendaring
and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components
and provides a C API for manipulating the component properties, parameters,
and subcomponents.
.
This package contains the python language bindings.
|