ocamlbricks 0.50.1-4build4 source package in Ubuntu

Changelog

ocamlbricks (0.50.1-4build4) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:34:45 -0600

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Oneiric
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.50.1.orig.tar.gz 57.8 KiB 70c0d5755e128a359ccd5c680432b4171801a2f5644bdfd8cbb4a0ea887b86c4
ocamlbricks_0.50.1-4build4.diff.gz 24.0 KiB 4b9aff7d49c269c7681a7be4e697a04557288b7d5edea40eb5df475c5ea733e4
ocamlbricks_0.50.1-4build4.dsc 1.5 KiB 8c590b60581cd1f0fd93176be0a49ce0c1ee9c963c4c37ed2cad708cd0a95e6f

Available diffs

View changes file

Binary packages built by this source

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

 Library OCaml which provide a set of needed and useful macros for developing.
 Modules and functionality are the follows :
 .
  - 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