Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第3,7313,740项(搜索用时0.011秒)
devel/dbus-sharp-0.7.0 (Score: 5.066606E-4)
Mono interface to the D-BUS messaging system
This is a fork of ndesk-dbus, which is a C# implementation of D-Bus. It's often referred to as "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
devel/Judy-1.0.5 (Score: 5.066606E-4)
General purpose dynamic array
Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.
devel/libbson-1.3.5 (Score: 5.066606E-4)
BSON utility library
libbson is a library providing useful routines related to building, parsing, and iterating BSON documents. It is a useful base for those wanting to write high-performance C extensions to higher level languages such as python, ruby, or perl.
devel/libdap-3.18.1 (Score: 5.066606E-4)
SDK which contains an implementation of DAP 2.0 and 3.1
libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1, Client- and Server-side support classes and a prototype implementation of the AIS. OpeNDAP's public key is available at http://opendap.org/download/index.html#public_key
devel/antlr3-3.5.2 (Score: 5.066606E-4)
ANother Tool for Language Recognition
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions.
devel/antlr4-4.5.3 (Score: 5.066606E-4)
ANother Tool for Language Recognition
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions.
devel/Net-ZooKeeper-0.39 (Score: 5.066606E-4)
Perl extension for Apache ZooKeeper
Net::ZooKeeper provides a Perl interface to the synchronous C API of Apache ZooKeeper. ZooKeeper is coordination service for distributed applications and is a sub-project of the Apache Hadoop project.
devel/qt-maybe-0.0.20151227 (Score: 5.066606E-4)
Implementation of sum/option types using QVariant
A set of simple(ish) C++ templates which implement sum and option types. They serve a similar purpose to boost::variant and boost::optional but are implemented on top of Qt's QVariant container.
devel/rb-kqueue-0.2.4 (Score: 5.066606E-4)
Ruby wrapper for BSD kqueue, using FFI
This is a simple wrapper over the kqueue BSD event notification interface (supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C extension.
devel/ruby_parser-3.6.6 (Score: 5.066606E-4)
Ruby parser written in pure ruby
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types.