biniou 1.2.1-1 source package in Ubuntu

Changelog

biniou (1.2.1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update debian/watch
  * Bump Standards-Version to 4.4.1
  * Add Rules-Requires-Root: no
  * Build-depend on debhelper-compat and remove debian/compat

 -- Stéphane Glondu <email address hidden>  Thu, 19 Dec 2019 11:17:35 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
biniou_1.2.1-1.dsc 1.8 KiB aefbae86be9ac6700cdaa05791361a665cb08111e880efdfba231f41a06758a4
biniou_1.2.1.orig.tar.gz 23.4 KiB 9e38566ede8f2593f9f743fb7da1c8a8674451eabe326b3e2b42a87834a66cb5
biniou_1.2.1-1.debian.tar.xz 4.2 KiB 96ab131963e12da7fb6bd286a6f05a9264dabbfa96eadbb5775638ef66386891

No changes file available.

Binary packages built by this source

libbiniou-ocaml: flexible binary data format in OCaml - plugins

 Biniou is a binary data format designed for speed, safety, ease of use
 and backward compatibility as protocols evolve. Biniou is vastly
 equivalent to JSON in terms of functionality but allows implementations
 about 4 times as fast (see godi-yojson for comparison), with 25-35%
 space savings. Biniou data can be decoded into human-readable form
 without knowledge of type definitions except for field and variant names
 which are represented by 31-bit hashes.
 .
 This package contains the shared runtime libraries.

libbiniou-ocaml-dbgsym: debug symbols for libbiniou-ocaml
libbiniou-ocaml-dev: flexible binary data format in OCaml - development files

 Biniou is a binary data format designed for speed, safety, ease of use
 and backward compatibility as protocols evolve. Biniou is vastly
 equivalent to JSON in terms of functionality but allows implementations
 about 4 times as fast (see godi-yojson for comparison), with 25-35%
 space savings. Biniou data can be decoded into human-readable form
 without knowledge of type definitions except for field and variant names
 which are represented by 31-bit hashes.
 .
 This package contains the development files needed for programming
 with the library.

libbiniou-ocaml-dev-dbgsym: debug symbols for libbiniou-ocaml-dev