ocaml-bitstring 2.0.4-2 source package in Ubuntu

Changelog

ocaml-bitstring (2.0.4-2) unstable; urgency=low


  * Upload to unstable

 -- Stéphane Glondu <email address hidden>  Tue, 03 Dec 2013 08:21:26 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libdevel

Downloads

File Size SHA-256 Checksum
ocaml-bitstring_2.0.4-2.dsc 2.2 KiB fa17b44b202db8b35c205a77de049557acc30cba8034f9cbe3ef2557ea1f0349
ocaml-bitstring_2.0.4.orig.tar.gz 159.5 KiB c5635096aadaf0c4e0157b39f2eb6cd41c293105e5ab50e5cf0c174d85fd5755
ocaml-bitstring_2.0.4-2.debian.tar.gz 5.9 KiB 305db454da9067a6c3a6e0d0bad0715692f8a011382330d92be275a3562a0ab8

No changes file available.

Binary packages built by this source

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

No description available for libbitstring-ocaml in ubuntu utopic.

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.