Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,9413,950项(搜索用时0.004秒)
devel/projectcenter-0.6.2 (Score: 0.032514982)
Development environment for GNUstep
Project Center is GNUstep's graphical integrated development environment (IDE). It helps you to create all different kinds of projects like Applications, Tools, Libraries and Bundles. Project Center allows you to easily add and remove, edit and search files; writes the project makefiles accordingly and supports you in the actual process of building and debugging your project. Even the management of a big project keeps being easy as Project Center's file browser lets you always have a well sorted and categorized overview over all the files in your project. LICENSE: GPL2 or later
devel/protobuf-c-1.2.1 (Score: 0.032514982)
Code generator and libraries to use Protocol Buffers from pure C
This package provides a code generator and runtime libraries to use Protocol Buffers from pure C (not C++). It uses a modified version of protoc called protoc-c.
devel/apipkg-1.2 (Score: 0.032514982)
Namespace control and lazy-import mechanism
With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users. It is a small pure python module that works on virtually all Python versions, including CPython2.3 to Python3.1, Jython and PyPy. It co-operates well with Python's help() system, custom importers (PEP302) and common command line completion tools.
devel/protobuf-2.6.1 (Score: 0.032514982)
Data interchange format library
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
devel/application-1.2.9 (Score: 0.032514982)
Basic building blocks for python applications
Basic building blocks for python applications
devel/pructl-0.2 (Score: 0.032514982)
Utilities to interface with PRUs
pructl is a tool to interface with libpru. It allows the user to reset the PRU, enable/disable the PRU and to upload programs to the PRU.
devel/binutils-2.22 (Score: 0.032514982)
PlayStation Portable development toolchain binutils
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/gcc-4.6.2 (Score: 0.032514982)
PlayStation Portable development toolchain gcc
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/gcc-4.6.2 (Score: 0.032514982)
PlayStation Portable development toolchain gcc
devel/argcomplete-0.8.4 (Score: 0.032514982)
Bash tab completion for argparse
Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: - You're using bash or zsh as your shell - You're using argparse to manage your command line arguments/options