Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第4,1714,180项(搜索用时0.009秒)
devel/cfg-2.0.4 (Score: 2.643537E-4)
Library for manipulation of context-free grammars
This OCaml-library consists of a set of modules which implement functions for analyzing and manipulating context-free grammars (CFGs) in a purely functional way.
devel/opam-1.2.2 (Score: 2.643537E-4)
Source-based package manager for OCaml
OPAM is a source-based package manager for OCaml. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
devel/omniNotify-2.1.01 (Score: 2.643537E-4)
CORBA Notification Service (CosNotification) for omniORB
omniNotify is a multi-threaded implementation of the CORBA Notification Service (CosNotification), a feature-enriched version of the CORBA Event Service (CosEvents). omniNotify offers asynchronous, decoupled, event-based communication between distributed and heterogeneous applications. The main features of omniNotify are: * Implemented in C++. * Scalable filter evaluation and event dispatching architecture. * Support for push-based and pull-based event suppliers and consumers. * Support variants of suppliers/consumers that transmit (per push/pull): o a CORBA::Any (a single arbitrary value); o a CosNotification::StructuredEvent (a single structured event); o a CosNotification::EventBatch (a sequence of structured events). * Administrative and Notification QoS properties. * Backward compatible with CosEvents.
devel/Algorithm-IncludeExclude-0.01 (Score: 2.643537E-4)
Build and evaluate include/exclude lists
Algorithm::IncludeExclude lets you define a tree of include / exclude rules and then allows you to determine the best rule for a given path.
devel/Algorithm-MarkovChain-0.06 (Score: 2.643537E-4)
Perl class capable of creating Markov chains and output based on them
Algorithm::MarkovChain implements a class capable of creating a Markov chain, and then generating output based on it. For more information consult the Algorithm::MarkovChain(3) man page.
devel/Alzabo-0.92 (Score: 2.643537E-4)
Data modelling tool and RDBMS-OO mapper
Alzabo is a suite of modules with two core functions. Its first use is as a data modeling tool. Through either a schema creation GUI, a perl program, or reverse engineering, you can create a set objects to represent a schema. Its second function is as an RDBMS to object mapping system. Once you have created a schema, you can use the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data. These classes offer a high level interface to common operations such as SQL SELECT, INSERT, DELETE, and UPDATE commands.
devel/Carp-Always-0.13 (Score: 2.643537E-4)
Perl extension to warn and die noisily with stack backtraces
This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()ing or die()ing.
devel/Carp-Clan-Share-0.013 (Score: 2.643537E-4)
Share your Carp::Clan settings with your whole Clan
This is a very lightweight helper module (actually just an import method) that will automagically create a __PACKAGE__::Carp module for you.
devel/Class-AlzaboWrapper-0.14 (Score: 2.643537E-4)
Higher level wrapper around Alzabo Row and Table objects
This module is intended for use as a base class when you are writing a class that wraps Alzabo's table and row classes.
devel/Class-Closure-0.302 (Score: 2.643537E-4)
Encapsulated, declarative classes in Perl
Class::Closure is a package that makes creating Perl classes less cumbersome. You can think of it as a more featureful Class::Struct.