ocamlbricks 0.90+bzr367-1 source package in Ubuntu

Changelog

ocamlbricks (0.90+bzr367-1) unstable; urgency=low


  * New upstream snapshot.

 -- Lucas Nussbaum <email address hidden>  Fri, 05 Jul 2013 16:29:21 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ocamlbricks_0.90+bzr367-1.dsc 2.2 KiB 6991f3982208798994612512ba6e455add92de32186584933edc56c4c5f8d55e
ocamlbricks_0.90+bzr367.orig.tar.gz 223.1 KiB 502ef7ad3fbaecd5f1da2d685209bdecb6b6af7d8e0be4202c6da56e541f1cd2
ocamlbricks_0.90+bzr367-1.debian.tar.gz 5.4 KiB 38b27bf3797fd95fd69bb3c88e427aebfb47795811bf710c2d0bc78f2147c1e3

Available diffs

No changes file available.

Binary packages built by this source

libocamlbricks-ocaml-dev: Miscellaneous utility functions in OCaml for Marionnet

 This OCaml library provides a set of needed and useful macros for developing.
 It is mainly used by the marionnet package.
 Modules and functionality are the following :
 .
  - Configuration_files: Allow to get information from configuration files
  - Environments: Environments are useful for maintaining the state, intendend
 as a set of bindings, of a user interaction with a GUI
  - FilenameExtra: Additional features for the standard module Filename
  - Fix: Poor man fix point operators
  - Hashm[m]ap: 2 Module implementing polymorphic unbounded (multi) maps
  - Hashset: Very simple module implementing a polymorphic unbounded sets
  - Identifier: Build and manage unique (fresh) identifiers
  - Ledgrid: Constants Some global constant definitions, for fine-tuning
  - ListExtra: Additional features for the standard module List
  - Memo: Module for building memoised functions
  - Oomarshal: Object-oriented marshalling support
  - PreludeExtra: "Additional features" for the standard module Pervasives
  - Shell: A collection of (mainly quick and easy) wrappers for the most
 famous Unix tools and generic unix commands or scripts
  - StrExtra: Additional features for the standard library Str
  - Sugar: Basic shortcuts and syntactic sugar
  - SysExtra: Additional features for the standard module Sys
  - UnixExtra: Additional features for the standard library Unix
  - Widget: Some generic tools for building GUIs
  - Wrapper: Handling shell scripts in OCaml