Source: purelibc Section: libs Priority: optional Maintainer: Debian VirtualSquare Team Uploaders: Renzo Davoli , Andrea Capriotti , Alberto Fabbri , 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