Ports Search

Results 5,1315,140 of 5,623 for /devel/.(0.005 seconds)
devel/subversion-1.9.4 (Score: 0.032514982)
Version control system
devel/metaclass-0.0.4 (Score: 0.032514982)
Adds a metaclass method to all Ruby objects
Adds a metaclass method to all Ruby objects
devel/metaid-1.0 (Score: 0.032514982)
Ruby metaprogramming helpers
MetAid adds a few innocent methods to Object and Module to make metaprogramming easier. For the lore of metaprogramming see Seeing Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.
devel/metasm-1.0.2 (Score: 0.032514982)
Cross-architecture assembler, disassembler, linker, and debugger
Metasm is a cross-architecture assembler, disassembler, linker, and debugger.
devel/method_source-0.8.2 (Score: 0.032514982)
Tool to retrieve the sourcecode for a method
method_source is a utility to return a method's sourcecode as a Ruby string. Also returns Proc and Lambda sourcecode.
devel/minitest-5.9.0 (Score: 0.032514982)
Minitest provides a complete suite of testing facilities
Minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. minitest/unit is a small and incredibly fast unit testing framework.
devel/swank-clojure-1.2.1 (Score: 0.032514982)
Swank/SLIME support for Clojure
Swank Clojure is a server that allows SLIME (the Superior Lisp Interaction Mode for Emacs) to connect to Clojure projects. To use it you must launch a swank server, then connect to it from within Emacs using M-x slime-connect. For example: (ns user (:use [swank.swank :as swank])) (clojure.main/with-bindings (swank/ignore-protocol-version "2010-06-04") (swank/start-server "/dev/null" :port 4005)) Just replace "user" with your preferred namespace.
devel/minitest-4.7.5 (Score: 0.032514982)
Minitest provides a complete suite of testing facilities
Minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. minitest/unit is a small and incredibly fast unit testing framework.
devel/mixlib-authentication-1.3.0 (Score: 0.032514982)
Mixes in simple per-request authentication
Mixlib::Authentication provides a class-based header signing authentication object, like the one used in Chef.
devel/sysconftool-0.17 (Score: 0.032514982)
Helps to install application configuration files
sysconftool is a development utility that helps to install application configuration files. sysconftool allows an existing application to be upgraded without losing the older version's configuration settings. sysconftool is a script that is used by applications to update configuration files when a new version of the application is installed. sysconftool reads the new application configuration files, reads any older versions of those files that are already installed, then replaces the old versions with the new ones, but preserving any custom changes contained in the old versions. For more information on sysconftool, and why applications need it, see the installed manual pages: sysconftool(1) and sysconftool(7). With most versions of the man command: "man 1 sysconftool" and "man 7 sysconftool".