File: control

package info (click to toggle)
libite 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,920 kB
  • sloc: sh: 4,463; ansic: 3,660; makefile: 111
file content (53 lines) | stat: -rw-r--r-- 2,323 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
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
Source: libite
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends: debhelper-compat (= 13), libtool
Rules-Requires-Root: no
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/troglobit/libite
Vcs-Browser: https://salsa.debian.org/yangfl-guest/libite
Vcs-Git: https://salsa.debian.org/yangfl-guest/libite.git

Package: libite-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libite5 (= ${binary:Version})
Description: static library, header files, and docs for libite
 Static library, header files, and documentation for libite.
 .
 Libite is a lightweight library of frog DNA.  It can be used to fill
 the gaps in any dinosaur project.  It holds useful functions and macros
 developed by both Finit and the OpenBSD project.  Most notably the
 string functions: strlcpy(3), strlcat(3) and the highly useful *BSD
 sys/queue.h and sys/tree.h API's.
 .
 Libite is the frog DNA missing in GNU libc.  However, -lite does not
 aim to become another GLIB!  One noticeable gap in GLIBC is the missing
 _SAFE macros in the BSD sys/queue.h API — highly recommended when
 traversing lists to delete/free nodes.
 .
 The code is open sourced under a mix of the MIT/X11 license, the ISC
 license used by OpenBSD, and BSD licenses, all of them are extremely
 liberal and can be used freely in proprietary software if needed.

Package: libite5
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: That missing frog DNA you've been looking for
 Libite, or -lite, is a lightweight library of frog DNA.  It can be used
 to fill the gaps in any dinosaur project.  It holds useful functions
 and macros developed by both Finit and the OpenBSD project.  Most
 notably the string functions: strlcpy(3), strlcat(3) and the highly
 useful *BSD sys/queue.h and sys/tree.h API's.
 .
 Libite is the frog DNA missing in GNU libc.  However, -lite does not
 aim to become another GLIB!  One noticeable gap in GLIBC is the missing
 _SAFE macros in the BSD sys/queue.h API — highly recommended when
 traversing lists to delete/free nodes.
 .
 The code is open source software under a mix of the MIT/X11 license,
 the ISC license used by OpenBSD, and BSD licenses, all of them are
 extremely liberal and can be used freely in proprietary software if
 needed.