My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 107
==The OCaml bindings are now included in PLplot == As of PLplot version 5.9.1, released on December 15, 2008, the OCaml PLplot bindings are included in the [http://plplot.sourceforge.net/ official PLplot release]. As of July 20, 2008 the OCaml bindings are now included in the official [http://...
OCamlGlVideo is a simple API to load video frames into OpenGL textures, providing only 3 high-level functions to access the lower-level FFMPEG API. Example of a code using OCamlGlVideo to display a DivX video on a rotating square (you will also need OCamlSDL and GLCaml to make it working, but OCa...
"boite à outils" pour compiler/interpréter le langage académique TOY. Le compilateur/interpreteur est implémenté en OCaml. Dans cette boite à outils , il y a aussi de quoi utiliser ce language ( facilement avec ocaml et une explication de la manière de faire pour l'utiliser avec bash ). Ce langu...
=[http://code.google.com/p/xmlrpc-light/ XmlRpc-Light]= *[http://code.google.com/p/xmlrpc-light/ XmlRpc-Light]* is an [http://en.wikipedia.org/wiki/XML-RPC XML-RPC] client and server library written in OCaml. It requires [http://tech.motion-twin.com/xmllight Xml-Light] and [http://projects.camlci...
== What is !ExtLib? == !ExtLib is a project aiming at providing a complete - yet small - standard library for the OCaml programming langage. The purpose of this library is to add new functions to OCaml Standard Library modules, to modify some functions in order to get better performances or more sa...
= Yaboon, Yet Another Bunch Of Ocaml Modules = == Presentation == Here is a set of [http://www.ocaml.org Objective Caml] modules that do not deserve a complete project. They are all MIT-licensed and any ocaml developer is welcome to join with his code (just contact one of the project owners). ...
=Castling the parser generator= Castling is yet another LALR(1) parser generator for Objective Caml. ==overview== The generated parser has these features: * The parser makes abstract syntax tree even success or failure. * The parser detects multiple errors automatically. * The parser i...
Data access is often the bottleneck as the fast processors of today often consume data more quickly than memory system can supply. LIDO improves performance by optimizing the data access. It aim to support following transformations for C code: 1. structure layout transformation including structure ...
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml. (This project was formerly known as "bitmatch"). You can use this module to both parse and generate binary formats, files and protocols. Bitstring handling is a...
The goal of this project is to provide access to Mac OS X's APIs from OCaml. The project focuses on the set of APIs referred to as "Cocoa", that is APIs based on Objective C artefacts (classes, objects, protocols, methods). With such access to Cocoa's APIs, it is expected that OCaml programmers wou...
1 2 3 4 5 6 7 8 9 10 Next