Ports Search

Results 1,6511,660 of 5,623 for /devel/.(0.004 seconds)
devel/ois-1.2.0 (Score: 0.032514982)
Object Oriented Input System
Object Oriented Input System (OIS) is meant to be a cross platform, simple solution for using all kinds of Input Devices (KeyBoards, Mice, Joysticks, etc) and feedback devices (e.g. forcefeedback). Written in C++ using Object Oriented Design patterns. NOTE: this ports lacks joystick support. For now.
devel/ppx-tools-0.99.2 (Score: 0.032514982)
Tools for authors of ppx rewriters
Tools for authors of syntactic tools (such as ppx rewriters). This package is licensed by LexiFi under the terms of the MIT license.
devel/react-1.2.0 (Score: 0.032514982)
OCaml module for functional reactive programming
React is an Ocaml module for functional reactive programming. It provides support to programs with time varying values: applicative events and signals. React doesn't define any primitive event or signal, this lets the client choose the concrete timeline.
devel/excoveralls-0.5.6 (Score: 0.032514982)
Coverage Reports for Elixir
Coverage Reports for Elixir.
devel/omniNotify-2.1.01 (Score: 0.032514982)
CORBA Notification Service (CosNotification) for omniORB
omniNotify is a multi-threaded implementation of the CORBA Notification Service (CosNotification), a feature-enriched version of the CORBA Event Service (CosEvents). omniNotify offers asynchronous, decoupled, event-based communication between distributed and heterogeneous applications. The main features of omniNotify are: * Implemented in C++. * Scalable filter evaluation and event dispatching architecture. * Support for push-based and pull-based event suppliers and consumers. * Support variants of suppliers/consumers that transmit (per push/pull): o a CORBA::Any (a single arbitrary value); o a CosNotification::StructuredEvent (a single structured event); o a CosNotification::EventBatch (a sequence of structured events). * Administrative and Notification QoS properties. * Backward compatible with CosEvents.
devel/omniORB-4.2.1.2 (Score: 0.032514982)
Robust high performance CORBA ORB for C++ and Python
omniORB is a GPL'd Object Request Broker (ORB) which implements specification 2.6 of the Common Object Request Broker Architecture (CORBA).
devel/oniguruma-4.7.1 (Score: 0.032514982)
BSDL Regular Expressions library compatible with POSIX/GNU/Perl
Oniguruma is a BSDL Regular Expression library written for ruby-m17n, which implements all of Perl extensions, many of .NET extensions plus more. It provides multiple APIs for ease of use; GNU regex compatible API, POSIX regex compatible API and its own. This library is multilingualized by design and can have one encoding for each regex object. Currently supported character encodings are ASCII, UTF-8, EUC-JP and Shift_JIS. 4.x supports Ruby1.9.
devel/oniguruma-5.9.6 (Score: 0.032514982)
BSDL Regular Expressions library compatible with POSIX/GNU/Perl
Oniguruma is a BSDL Regular Expression library written for ruby-m17n, which implements all of Perl extensions, many of .NET extensions plus more. It provides multiple APIs for ease of use; GNU regex compatible API, POSIX regex compatible API and its own. This library is multilingualized by design and can have one encoding for each regex object. Currently supported character encodings are ASCII, UTF-8, EUC-JP and Shift_JIS. 4.x supports Ruby1.9.
devel/onscripter-20160925 (Score: 0.032514982)
ONScripter with single-byte character mode support
Open source clone of NScripter, a game engine used to create and perform visual novels. This package provides 1-byte version which is able to run English games.
devel/uutf-0.9.4 (Score: 0.032514982)
Non-blocking streaming Unicode codec for OCaml
Uutf is an non-blocking streaming Unicode codec for OCaml to decode and encode the UTF-8, UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently work character by character without blocking on IO. Decoders perform character position tracking and support newline normalization. Functions are also provided to fold over the characters of UTF encoded OCaml string values and to directly encode characters in OCaml Buffer.t values.