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
|
Source: purelibc
Section: libs
Priority: optional
Maintainer: Debian VirtualSquare Team <virtualsquare@cs.unibo.it>
Uploaders:
Renzo Davoli <renzo@cs.unibo.it>,
Andrea Capriotti <capriott@debian.org>,
Alberto Fabbri <solo.albif@gmail.com>,
Build-Depends:
cmake (>= 3.13),
debhelper-compat (= 13),
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: http://wiki.virtualsquare.org/
Vcs-Browser: https://salsa.debian.org/virtualsquare-team/purelibc
Vcs-Git: https://salsa.debian.org/virtualsquare-team/purelibc.git
Package: libpurelibc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libpurelibc1 (= ${binary:Version}),
${misc:Depends},
Description: Overlay library for glibc that allows system call capturing - development
Pure_libc converts glibc from a libc+system interfacing library into a
libc-only library. A process can trace the system call generated by itself
by purelibc. Pure_libc is not complete yet. Stdio has been implemented onto
the fopencookie call. Due to current limitations of fopencookie, freopen may
not work properly when reopening files different from std{in, out, err}.
.
This package contains the development files for libvdestack
Package: libpurelibc1
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Overlay library for glibc that allows system call capturing
Pure_libc converts glibc from a libc+system interfacing library into a
libc-only library. A process can trace the system call generated by itself
by purelibc. Pure_libc is not complete yet. Stdio has been implemented onto
the fopencookie call. Due to current limitations of fopencookie, freopen may
not work properly when reopening files different from std{in, out, err}.
.
This package contains the library
|