Ports Search

Results 12,14112,150 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/firmware-utils-20111222 (Score: 6.4754924E-5)
Create device firmware images
A collection of utilities to create firmware images for embedded devices, including many wireless routers from many vendors. The utilities are collected and maintained by the OpenWrt router project.
devel/icu-57.1 (Score: 6.4754924E-5)
International Components for Unicode (from IBM)
The International Components for Unicode (ICU) is a C and C++ library providing Unicode support (ex. character set conversions, locales, normalization, transliteration, etc.). More information on ICU can be found on the homepage
devel/deriving-ocsigen-0.3c (Score: 6.4754924E-5)
Function derivation library
Extension to OCaml for deriving functions from type declarations. Includes derivers for pretty-printing, type-safe marshalling with structure-sharing, dynamic typing, equality, and more. This is a version of the deriving library adapted for use with Ocsigen.
devel/camljava-0.3 (Score: 6.4754924E-5)
OCaml-Java library interface
This is a very preliminary release of CamlJava, an OCaml/Java interface based on the following schema: Caml/C interface JNI (Java Native Interface) Caml <------------------> C <-----------------------------> Java Currently, CamlJava provides a low-level, weakly-typed OCaml interface very similar to the JNI. Java object references are mapped to an abstract type, and various JNI-like operations are provided to allow Java method invocation, field access, and more. A basic callback facility (allowing Java code to invoke methods on Caml objects) is also provided, although some stub Java code must be written by hand. In the future, a higher-level, strongly-typed interface will be provided, whereas Java classes are mapped directly to Caml classes. This raises fairly delicate type mapping issues, though, so don't hold your breath.
devel/Algorithm-Interval2Prefix-0.02 (Score: 6.4754924E-5)
Generate prefixes from intervals
Taking an interval as input, this module will construct the smallest set of prefixes, such that all numbers in the interval will match exactly one of the prefixes, and no prefix will match a number not in the interval.
devel/Alias-2.32 (Score: 6.4754924E-5)
Perl module that performs aliasing services
Alias is a perl module that performs aliasing services. It is useful for those of you that are tired of dereferencing hash-based object attributes, or wish perl could make-do with fewer $, -> and {} things, or are a little scared of using typeglobs, or want the freedom to put what you want, when you want in the symbol table without having to deal with weird syntax, or need to use scalar constants in your program since you don't trust yourself from changing $PI (heh). Most notably, there is a C<attr> function that installs a whole hash on the symbol table with implicit localization. This allows you to access object attributes without having to deref the object every time, as in most other OO languages.
devel/Algorithm-Permute-0.12 (Score: 6.4754924E-5)
Perl interface to handy and fast permutation
Algorithm::Permute provides a handy and fast permutation with an OO interface, although its algorithm is perhaps not the fastest available. Currently it only supports permutation n of n objects.
devel/App-Rad-1.05 (Score: 6.4754924E-5)
Rapid creation of command line applications
App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program.
devel/App-SD-0.75 (Score: 6.4754924E-5)
Peer-to-peer replicated distributed issue tracker
SD is a peer to peer ticket tracking system built on the Prophet distributed database. SD is designed to make it easy to work with tickets and to share ticket databases with your collaborators
devel/C-Scan-0.74 (Score: 6.4754924E-5)
Perl5 module to scan C language files for easily recognized constructs
C-Scan is a Perl module to scan C language files for easily recognized constructs such as included header files, macros and their arguments, declarations of functions, extern declarations, and typedefs. It uses the Data::Flow interface.