Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第7,6717,680项(搜索用时0.01秒)
devel/pqueue-2.1.0 (Score: 8.972706E-5)
Priority queue class for Ruby
A priority queue is like a standard queue, except that each inserted elements is given a certain priority, based on the result of the comparison block given at instantiation time. Retrieving an element from the queue will always return the one with the highest priority.
devel/sdl-1.2.15 (Score: 8.972706E-5)
Cross-platform multimedia development API
This library is designed to make it easy to write games that run on UNIX, Win32 and BeOS using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-code level API to your application. This is a fairly low level API, but using this, completely portable applications can be written with a great deal of flexibility.
devel/sdl_gnat-2013 (Score: 8.972706E-5)
Ada thin bindings for SDL (GPLv3)
The Ada compiler package GNAT GPL 2013 from Adacore contained a set of thin bindings for the Simple DirectMedia Layer (SDL). These bindings have been pulled out and packaged as a separate library. It should be noted that they are covered by the full GPLv3 which is not a typical license for thin bindings.
devel/construct-2.5.3 (Score: 8.972706E-5)
Python module for parsing and building of data structures
Construct is a python library for parsing and building of data structures (binary or textual). It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones. https://github.com/construct/construct
devel/kpathsea-6.2.1 (Score: 8.972706E-5)
Path searching library for TeX
Kpathsea is a library to do path searching. It is used in the Web2C implementation of TeX and friends. The library's fundamental purpose is to return a filename from a list of directories specified by the user, similar to what shells do when looking up program names to execute.
devel/web2c-20150521 (Score: 8.972706E-5)
TeX implementation translating WEB to C
Web2c, a system which converts TeX, Metafont, and other related WEB programs to C. By itself, it is not a complete, ready-to-run, TeX distribution, nor is it a general-purpose Pascal-to-C or WEB-to-C translator.
devel/rebulk-0.7.4 (Score: 8.972706E-5)
Python library that performs advanced searches in strings
ReBulk is a python library that performs advanced searches in strings that would be hard to implement using re module or String methods only. It includes some features like Patterns, Match, Rule that allows developers to build a custom and complex string matcher using a readable and extendable API.
devel/smake-1.2.5 (Score: 8.972706E-5)
Portable make program with automake features
Smake is a highly portable make program with automake features. It is intended to be used with the "makefiles" system. The system allows mounting a source tree via NFS and simultaneous compilation on all supported platforms. The system therefore allows the re-use of a source tree for all supported platforms in contrast to the GNU concept of untar -> configure -> make -> install -> remove
devel/uthash-2.0.1 (Score: 8.972706E-5)
hash table for C structures
This is a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any structure having a unique, arbitrarily-typed key member can be hashed by adding a UT_hash_handle member to the structure and calling these macros.
devel/wandio-1.0.3 (Score: 8.972706E-5)
C library for compressed file I/O
Libwandio is a software library written in C that provides an API for transparent reading and writing of files using a variety of supported compression methods. Provided pthreads are available, I/O performance will be improved by doing any compression and/or decompression using a separate thread. Libwandio supports the popular compression methods (zlib, bzip2, LZMA, write-only LZO) and HTTP transport (read-only).