Ports Search

Results 1,6111,620 of 5,623 for /devel/.(0.002 seconds)
devel/nsgenbind-0.3 (Score: 0.032514982)
NetSurf Generator for JavaScript bindings
genjsbind is a tool to generate javascript to dom bindings from w3c webidl files, and a binding configuration file.
devel/netscape-java40-1999.11.15 (Score: 0.032514982)
Classes to allow a Java applet access to JavaScript objects
This jar file comes from the old Netscape Navigator 4.0. It allows a Java applet access to Javascript objects. It is used by OpenDX.
devel/openssl-1.0.2d (Score: 0.032514982)
The OpenSSL library cross-compiled for MinGW32
This is the OpenSSL library cross-compiled for MinGW32.
devel/nant-0.92 (Score: 0.032514982)
.NET build tool inspired by Ant
What is it? ----------- NAnt is a .NET-based build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant. If you are not familiar with Jakarta Ant, you can get more information at the Ant project web site (http://ant.apache.org/). Why NAnt? --------- Because Ant was too Java-specific. Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime.
devel/nglogc-1.1.0 (Score: 0.032514982)
Flexible C logging API
The intention of the nglogc library is to provide an easy to use and powerful logging API with mechanism which allows to cram source codes with log statements at the start of implementation and decide at the level of building or at runtime which statements should be processed. Therefore the log statements could be controlled by various log levels and define switches are available to completely remove the call of the functions at pre-processor time. So it is possible to switch on the logging only if it is necessary or only print selected messages without any changes in the source code. Different publishers are provided also as different formats of outputs to fulfil the requirements for software development.
devel/obby-0.4.8 (Score: 0.032514982)
Library for synced document buffers
libobby is a library which provides synced document buffers. It supports multiple documents in one session and is portable to both Windows and Unix-like platforms.
devel/ninja-1.7.1 (Score: 0.032514982)
Ninja is a small build system closest in spirit to Make
Ninja is yet another build system. It takes as input the interdependencies of files (typically source code and output executables) and orchestrates building them, quickly. Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from my work on the Chromium browser project, which has over 30,000 source files and whose other build systems (including one built from custom non-recursive Makefiles) can take ten seconds to start building after changing one file. Ninja is under a second.
devel/firmware-utils-20111222 (Score: 0.032514982)
Create device firmware images
A collection of utilities to create firmware images for embedded devices, including many wireless routers from many vendors. The utilities are collected and maintained by the OpenWrt router project.
devel/icu-57.1 (Score: 0.032514982)
International Components for Unicode (from IBM)
The International Components for Unicode (ICU) is a C and C++ library providing Unicode support (ex. character set conversions, locales, normalization, transliteration, etc.). More information on ICU can be found on the homepage
devel/camlp4-4.02.1+1 (Score: 0.032514982)
Camlp4 is a system for writing extensible parsers for OCaml
Camlp4 is a software system for writing extensible parsers for programming languages. It provides a set of OCaml libraries that are used to define grammars as well as loadable syntax extensions of such grammars. Camlp4 stands for Caml Preprocessor and Pretty-Printer and one of its most important applications is the definition of domain-specific extensions of the syntax of OCaml. Camlp4 was part of the official OCaml distribution until its version 4.01.0. Since then it has been replaced by a simpler system which is easier to maintain and to learn: ppx rewriters and extension points.