[ excerpt from developer's www site ]
An ocaml wrapper for the libmagic(3) API. The libmagic API consults
on a magic(5) database file in order to provide information to
identify the type of a given file.
OpenVex is an API (Application Program Interface) library for programming
Vex robot controllers using SDCC or MCC18.
pecl-intl is an Internationalization extension that implements ICU [1] library
functionality in PHP.
[1] http://www.icu-project.org/
This extension provides a PHP content type handler for "application/json" and
"text/json" to PHP's form data parser. If the `Content-Type` of an incoming
request is `text/json`, the JSON contents of the request body will by parsed
into `$_POST`.
This extension provides API for communicating with MessagePack serialization.
dbus-c++ attempts to provide a C++ API for D-BUS. The library has a
glib/gtk and an Ecore mainloop integration. It also offers an optional
own main loop.
bcompiler enables you to encode your scripts in phpbytecode,
enabling you to protect the source code.
bcompiler could be used in the following situations
- to create a exe file of a PHP-GTK application (in conjunction with other
software)
- to create closed source libraries
- to provide clients with time expired software (prior to payment)
- to deliver close source applications
- for use on embedded systems, where disk space is a priority.
DIO provides functions and stream wrappers which provide raw and serial low
level IO support. The use of the DIO functions should be considered only when
direct control of a device is needed. In all other cases, the standard
filesystem functions are more than adequate.
This extension provides interface to the libeio library.
Libeio is a an asynchronous I/O library. Features basically include
asynchronous versions of POSIX API(read, write, open, close, stat, unlink,
fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,
FreeBSD); readahead. libeio itself emulates the system calls, if they are not
available on specific(UNIX-like) platform.
This extension allows to interact with processes through PTY, using expect
library.