biniou 1.2.0-1 source package in Ubuntu

Changelog

biniou (1.2.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update Homepage and debian/watch
  * Bump debhelper compat level to 12
  * Bump Standards-Version to 4.4.0
  * Remove Hendrik from Uploaders
  * Update Vcs-*

 -- Stéphane Glondu <email address hidden>  Mon, 12 Aug 2019 07:09:19 +0200

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.0-1.dsc 1.8 KiB 1d77a6fcafbb6cb7ab8a1e06524d4e8b48808e5f10a8d562591e30911c5b9fed
biniou_1.2.0.orig.tar.gz 23.1 KiB d939a9d58660201738c3d22ad5b7976deb2917b22591a07525807bb741357d36
biniou_1.2.0-1.debian.tar.xz 4.2 KiB f57a567d29c8da0e8794a507405d7918a3a47fab602cba4da08ec59df0d92ede

No changes file available.

Binary packages built by this source

libbiniou-ocaml: No summary available for libbiniou-ocaml in ubuntu eoan.

No description available for libbiniou-ocaml in ubuntu eoan.

libbiniou-ocaml-dbgsym: No summary available for libbiniou-ocaml-dbgsym in ubuntu eoan.

No description available for libbiniou-ocaml-dbgsym in ubuntu eoan.

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