ocaml-bitstring 2.0.2-3build1 source package in Ubuntu

Changelog

ocaml-bitstring (2.0.2-3build1) oneiric; urgency=low

  * Rebuild to pick up ocaml fixes on armel.
 -- Adam Conrad <email address hidden>   Wed, 24 Aug 2011 16:27:09 -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
ocaml-bitstring_2.0.2.orig.tar.gz 153.7 KiB 914d3f34af3cdf3174d02047dd072ebba97aa7e37e91c664d9f8890dafb9be67
ocaml-bitstring_2.0.2-3build1.debian.tar.gz 6.1 KiB 00cafddda5b396c5ef41653d338269d7a82dc674f949d83d2959a45ab7f0f9ea
ocaml-bitstring_2.0.2-3build1.dsc 1.5 KiB 3c88f452965974c7fe85c1daa4c708724ab7595632268ca39c5b3a5710679e90

Available diffs

View changes file

Binary packages built by this source

libbitstring-ocaml: Erlang-style bitstrings for OCaml (runtime)

 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 only the shared runtime stub libraries.

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.