Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第3,4913,500项(搜索用时0.008秒)
devel/mongo-cxx-driver-1.1.2 (Score: 1.9682127E-4)
MongoDB Legacy C++ Driver
Official Mongo C++ Driver Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. A common name in the "NOSQL" community.
devel/cfg-2.0.4 (Score: 1.9682127E-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: 1.9682127E-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/Algorithm-IncludeExclude-0.01 (Score: 1.9682127E-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: 1.9682127E-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: 1.9682127E-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: 1.9682127E-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: 1.9682127E-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: 1.9682127E-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: 1.9682127E-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.