Ports Search

Results 781790 of 5,623 for /devel/.(0.002 seconds)
devel/Git-Sub-0.161810 (Score: 0.032514982)
Git commands imported into the git:: namespace
Use git commands easily from your Perl program. Each git command is imported as a System::Sub DWIM sub.
devel/Hash-Slice-0.03 (Score: 0.032514982)
Make a hash from a deep slice of another hash
Hash::Slice lets you easily make a deep slice of a hash, specifically a hash containing one or more nested hashes. Instead of just taking a slice of the first level of a hash in an all-or-nothing manner, you can use slice to take a slice of the first level, then take a particular slice of the second level, and so on.
devel/googlemock-1.7.0 (Score: 0.032514982)
Library for writing and using C++ mock classes
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in mind, Google C++ Mocking Framework (or Google Mock for short) is a library for writing and using C++ mock classes. Google Mock: * lets you create mock classes trivially using simple macros, * supports a rich set of matchers and actions, * handles unordered, partially ordered, or completely ordered expectations, * is extensible by users, and * works on Linux, Windows, and Mac OS X.
devel/googletest-1.7.0 (Score: 0.032514982)
Framework for writing C++ tests on a variety of platforms
Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, type-parameterized tests, various options for running the tests, and XML test report generation.
devel/goprotobuf-20151207 (Score: 0.032514982)
Go support for Google's protocol buffers
Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers.
devel/gorm-1.2.22 (Score: 0.032514982)
Graphical Object Relationship Modeller
Gorm allows developers to quickly create graphical applications and to design every little aspect of the application's user interface. Using drag and drop all types of objects like menus, buttons, tables, lists and browsers are easily added to the interface. With just the mouse you can resize, move or convert the objects or connect them to functions as well as edit nearly every aspect of them using Gorm's powerful inspectors. With its intuitive interface Gorm makes creating, editing and testing complex user interfaces a piece of cake.
devel/gperf-3.0.3 (Score: 0.032514982)
Generates perfect hash functions for sets of keywords
While teaching a data structures course at University of California, Irvine, I developed a program called GPERF that generates perfect hash functions for sets of key words. A perfect hash function is simply: A hash function and a data structure that allows recognition of a key word in a set of words using exactly 1 probe into the data structure. The gperf.texinfo file explains how the program works, the form of the input, what options are available, and hints on choosing the best options for particular key word sets. The texinfo file is readable both via the GNU emacs `info' command, and is also suitable for typesetting with TeX. The enclosed Makefile creates the executable program ``gperf'' and also runs some tests. Output from the GPERF program is used to recognize reserved words in the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU indent program. LICENSE: GPL2 or later
devel/gpm-1.4.0 (Score: 0.032514982)
Go Package Manager
gpm is a minimalist package manager for Go that leverages the power of the go get command and the underlying version control systems used by it to set your Go dependencies to desired versions, thus allowing easily reproducible builds in your Go projects. Go Package Manager makes no assumptions about your dependencies and supports Git, Bazaar and Mercurial hosted Go packages, for a smoother workflow be sure to check out gvp - the Go Versioning Packager which provides dependency isolation for your projects.
devel/tibble-1.2 (Score: 0.032514982)
Simple Data Frames
tibble provides a 'tbl_df' class that offers better checking and printing capabilities than traditional data frames.
devel/gprbuild-20160609 (Score: 0.032514982)
Adacore multi-language software build tool
GPRbuild is an advanced software tool designed to help automate the construction of multi-language systems. It removes the complexity from multi-language development by allowing developers to quickly and easily compile and link software written in a combination of languages including Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover new toolchains and languages it is primarily aimed at projects of all sizes organized into subsystems and libraries and is particularly well suited for compiled languages.