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 62 63 64 65 66 67 68 69
|
Source: lwip
Priority: optional
Maintainer: Joan Lledó <jlledom@member.fsf.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 12), cmake, doxygen <!nodoc>,
libvdeplug-dev [linux-any]
Rules-Requires-Root: no
Standards-Version: 4.7.0
Section: libs
Homepage: https://savannah.nongnu.org/projects/lwip/
Vcs-Git: https://salsa.debian.org/debian/lwip.git
Vcs-Browser: https://salsa.debian.org/debian/lwip
Package: liblwip-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: liblwip0t64 (= ${binary:Version}), ${misc:Depends}
Description: small implementation of the TCP/IP protocol suite - development files
lwIP is a small independent implementation of the TCP/IPv4/IPv6 protocol
suite that has been developed by Adam Dunkels at the Computer and
Networks Architectures (CNA) lab at the Swedish Institute of Computer
Science (SICS).
.
The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
while still having a full scale TCP. This making lwIP suitable for use
in embedded systems with tens of kilobytes of free RAM and room for
around 40 kilobytes of code ROM.
.
This package contains the development files.
Package: liblwip0t64
Provides: ${t64:Provides}
Replaces: liblwip0
Breaks: liblwip0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: small implementation of the TCP/IP protocol suite - shared library
lwIP is a small independent implementation of the TCP/IPv4/IPv6 protocol
suite that has been developed by Adam Dunkels at the Computer and
Networks Architectures (CNA) lab at the Swedish Institute of Computer
Science (SICS).
.
The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
while still having a full scale TCP. This making lwIP suitable for use
in embedded systems with tens of kilobytes of free RAM and room for
around 40 kilobytes of code ROM.
.
This package contains the shared library.
Package: liblwip-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: doc-base
Description: small implementation of the TCP/IP protocol suite - documentation
lwIP is a small independent implementation of the TCP/IPv4/IPv6 protocol
suite that has been developed by Adam Dunkels at the Computer and
Networks Architectures (CNA) lab at the Swedish Institute of Computer
Science (SICS).
.
The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
while still having a full scale TCP. This making lwIP suitable for use
in embedded systems with tens of kilobytes of free RAM and room for
around 40 kilobytes of code ROM.
.
This package contains the documentation.
|