Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第5,0315,040项(搜索用时0.005秒)
devel/magic-0.7.3 (Score: 0.0052562496)
OCaml binding for libmagic(3)
[ 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.
devel/openvex-0.5.3 (Score: 0.0052562496)
Open source firmware for Vex robotics controllers
OpenVex is an API (Application Program Interface) library for programming Vex robot controllers using SDCC or MCC18.
devel/intl-3.0.0 (Score: 0.0052562496)
PECL extension to support Internationalization(ICU)
pecl-intl is an Internationalization extension that implements ICU [1] library functionality in PHP. [1] http://www.icu-project.org/
devel/json_post-1.0.1 (Score: 0.0052562496)
JSON POST handler in PHP
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`.
devel/msgpack-0.5.7 (Score: 0.0052562496)
Provides API for communicating with MessagePack serialization
This extension provides API for communicating with MessagePack serialization.
devel/dbus-c++-0.9.1 (Score: 0.0052562496)
C++ API for D-BUS
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.
devel/bcompiler-1.0.2 (Score: 0.0052562496)
Bytecode compiler extension
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.
devel/dio-0.0.7 (Score: 0.0052562496)
PECL extension that provides direct access to low level IO
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.
devel/eio-1.2.1 (Score: 0.0052562496)
Provides interface to the libeio library
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.
devel/expect-0.3.3 (Score: 0.0052562496)
PHP extension for expect library
This extension allows to interact with processes through PTY, using expect library.