ocamlbricks 0.90+bzr367-1build1 source package in Ubuntu

Changelog

ocamlbricks (0.90+bzr367-1build1) trusty; urgency=medium

  * Rebuild for ocaml-4.01.
 -- Matthias Klose <email address hidden>   Mon, 23 Dec 2013 20:28:08 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libdevel

Downloads

File Size SHA-256 Checksum
ocamlbricks_0.90+bzr367.orig.tar.gz 223.1 KiB 502ef7ad3fbaecd5f1da2d685209bdecb6b6af7d8e0be4202c6da56e541f1cd2
ocamlbricks_0.90+bzr367-1build1.debian.tar.gz 5.5 KiB 91e8130d834f8f70335a0f68451a8f6ea05ba4c73a7f3f3308cb7de9b5efcaef
ocamlbricks_0.90+bzr367-1build1.dsc 1.6 KiB cbb97c316196a7c0b584717769c39c35b087e751b0833629615a4aedc9d58614

View changes file

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