ocaml-bitstring 2.0.2-3build2 source package in Ubuntu

Changelog

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

  * Rebuild for OCaml 3.12.1.
 -- Colin Watson <email address hidden>   Sat, 19 Nov 2011 00:45:10 +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

Downloads

File Size SHA-256 Checksum
ocaml-bitstring_2.0.2.orig.tar.gz 153.7 KiB 914d3f34af3cdf3174d02047dd072ebba97aa7e37e91c664d9f8890dafb9be67
ocaml-bitstring_2.0.2-3build2.debian.tar.gz 6.0 KiB a47882a116723fe909e79d0bd9579730c36b2c6797850ffdd52f6c450028a3d8
ocaml-bitstring_2.0.2-3build2.dsc 2.3 KiB 8bbfc0e2877044156cf75e89410d73eed4d9d3843de2b7e81c6165aa4611c792

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.