syntax extension for optional compilation with cpp-like directives (tools)

optcomp

syntax extension for optional compilation with cpp-like directives (tools)

Optcomp is a syntax extension which handles #if, #else, ... directives in OCaml source files. Compared to cpp: * it does not interpret //, /*, and */ as comment delimiters * it does not complains about missing ' * it is easier to integrate in the build process when using other camlp4 syntax extensions * it does not do macro expansion while cpp does Compared to pa_macro, it does not require code that will be dropped to be valid OCaml code. This can be useful for code that optionnally uses GADTs, but can be compiled with older versions of OCaml.

libvdeplug-slirp

libvdeplug plugin for slirp

libvdeplug plugin to join TCP-IP networks using the slirp emulator.

libghc-attoparsec-prof

Fast combinator parsing for bytestrings; profiling libraries

A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.

lldb-15

Next generation, high-performance debugger

LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project, such as the Clang expression parser and LLVM disassembler.

oxref

cross reference utility

The program oxref writes to the standard output stream a cross reference of symbols defined in unstripped object files and/or libraries.

node-proper-lockfile

Inter-process and inter-machine lockfile utility

Node.js module that provides utilities for file locking, based on the mkdir strategy. Works atomically on a local and network file systems.