ocaml-bitstring 2.0.2-3build3 source package in Ubuntu

Changelog

ocaml-bitstring (2.0.2-3build3) precise; urgency=low

  * Rebuild with ocamlopt on armhf.
 -- Colin Watson <email address hidden>   Tue, 24 Jan 2012 01:03:43 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libdevel

Downloads

File Size SHA-256 Checksum
ocaml-bitstring_2.0.2.orig.tar.gz 153.7 KiB 914d3f34af3cdf3174d02047dd072ebba97aa7e37e91c664d9f8890dafb9be67
ocaml-bitstring_2.0.2-3build3.debian.tar.gz 6.1 KiB 0c47ceef56fb958239d23b67f149803cfc6deee104f49ad35a084f74aeaf2872
ocaml-bitstring_2.0.2-3build3.dsc 2.3 KiB 3b4e1b1b76523b7a43b411bc61e57d62ebc5a279d23af8b34453a8d0e6528209

Available diffs

View changes file

Binary packages built by this source

libbitstring-ocaml: No summary available for libbitstring-ocaml in ubuntu quantal.

No description available for libbitstring-ocaml in ubuntu quantal.

libbitstring-ocaml-dev: Erlang-style bitstrings for OCaml (development files)

 Bitstring adds Erlang-style bitstrings and matching over bitstrings as a syntax
 extension and library for OCaml.
 .
 You can use this module to both parse and generate binary formats, files and
 protocols.
 .
 Bitstring handling is added as primitives to the language, making it simple to
 use.
 .
 Bitstring handles integers, strings, sub-bitstrings, big-, little- and
 native-endianness, signed and unsigned types, variable-width fields, fields
 with arbitrary bit alignment.
 .
 This package contains header and OCaml library.