Source: libporty Section: utils Priority: optional Maintainer: Tibor Palinkas Package: c99tree Architecture: any Depends: ${shlibs:Depends} Description: dump parse tree of a C source file c99tree parses a C program and outputs the parse tree in various formats. It is also possible to read a tree in many of these formats and output a C source. This allows the user to convert the C program to a parse tree, manipulate the tree and convert it back to a C program Package: porty Architecture: all Depends: ${shlibs:Depends} c99tree Description: evaluate C source and give advices how to make it more portable porty reads a C source file, evaluates it and outputs a list of warnings on libc calls that are portable. The database also contains suggestions and advices on how to make them portable. Package: libporty Architecture: any Depends: ${shlibs:Depends} Description: minimalistic portability library libporty is a minimalistic portability library with portable support for: - IPv4 networking and DNS - async background processes - async DNS resolving - host file system access - converting pointers to text and back - date/time queries - second and subsecond delays