File: README.Debian

package info (click to toggle)
libwibble 0.1.19
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 832 kB
  • ctags: 1,940
  • sloc: cpp: 9,798; makefile: 163; perl: 84; sh: 11
file content (9 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
This package provides only a static library, compiled with -fPIC.

This is because the library consists mostly of templates, and we are not in a
position of guaranteeing ABI stability over upgrades.

The library code may, however, be used in code with bindings to various
scripting languages, as is the case with libept or libbuffy.  Since most
scripting languages (like Perl or Python) need bindings in form of .so
libraries, we need to compile wibble with -fPIC.