Ports Search

Results 1,4811,490 of 5,623 for /devel/.(0.008 seconds)
devel/llvm-3.3 (Score: 0.032514982)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/llvm-3.4.2 (Score: 0.032514982)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/llvm-3.5.2 (Score: 0.032514982)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/llvm-3.6.2 (Score: 0.032514982)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/zookeeper-0.2.2 (Score: 0.032514982)
PHP extension for interfacing with Apache ZooKeeper
This extension provides API for communicating with ZooKeeper service.
devel/phabricator-20151220 (Score: 0.032514982)
Open source, software engineering platform
Phabricator is a collection of open source web applications that help software companies build better software.
devel/checkheaders-1.0.1 (Score: 0.032514982)
Checks headers in C/C++ programs
This software checks the headers in a C/C++ program, and detects unnecessary inclusions. A "#include" is needed if any symbol names match. If there are no matching symbol names, it is not needed. This tool will work best if all classes, variables, constants, functions, etc. have unique names.
devel/jq-0.0.1 (Score: 0.032514982)
Jq shared extension for php
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
devel/maxminddb-1.1.0 (Score: 0.032514982)
MaxMind DB Reader extension for PHP
This is the PHP API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).
devel/php-memoize-0.2.0b1 (Score: 0.032514982)
PHP extension which transparently caches PHP functions
php-memoize is a PHP extension which transparently caches PHP functions, much like Perl's Memoize module. It comes with the following storage modules which can be enabled at compile time: - memory: Simple per-request module with no dependencies. Since this is a per-request cache, neither TTLs specified in the `memoize()` call or `memoize.default_ttl` are used. - memcached: Uses libmemcached or the memcached PHP extension