ocaml-mad 0.5.0-1 source package in Ubuntu

Changelog

ocaml-mad (0.5.0-1) unstable; urgency=medium

  [ Stéphane Glondu ]
  * Team upload
  * New upstream release
  * Bump Standards-Version to 4.6.0
  * Update debian/watch

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Name (from
    ./configure), Repository, Repository-Browse.

 -- Stéphane Glondu <email address hidden>  Sun, 28 Nov 2021 18:49:01 +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
ocaml-mad_0.5.0-1.dsc 1.8 KiB 0a01faaf951179722ca99bf7d74d8f56ad12e0808e1fe7bcd4872d926b2c2457
ocaml-mad_0.5.0.orig.tar.gz 20.6 KiB 33aebe924a8c10b69ae8304f632eb23d65c10b370d7c97d60eb0649ce8fbae91
ocaml-mad_0.5.0-1.debian.tar.xz 4.0 KiB bc728ad6b2f2f0aa4ba6e7c531c5ef39b2bd77d8fb9e76a8711ec18f9bff7b13

No changes file available.

Binary packages built by this source

libmad-ocaml: OCaml bindings for the MAD library (Runtime library)

 This OCaml library interfaces the MAD C library to decode MPEG files.
 The MAD library currently only supports the MPEG 1 standard, but fully
 implements all three audio layers (Layer I, Layer II, and Layer III, the
 latter often colloquially known as MP3.)
 .
 MAD has the following special features:
   - 100% fixed-point (integer) computation
   - completely new implementation based on the ISO/IEC 11172-3 standard
   - distributed under the terms of the GNU General Public License (GPL)
 .
 This package contains only the shared runtime stub libraries.

libmad-ocaml-dbgsym: debug symbols for libmad-ocaml
libmad-ocaml-dev: OCaml bindings for the MAD library (Development package)

 This OCaml library interfaces the MAD C library to decode MPEG files.
 The MAD library currently only supports the MPEG 1 standard, but fully
 implements all three audio layers (Layer I, Layer II, and Layer III, the
 latter often colloquially known as MP3.)
 .
 MAD has the following special features:
   - 100% fixed-point (integer) computation
   - completely new implementation based on the ISO/IEC 11172-3 standard
   - distributed under the terms of the GNU General Public License (GPL)
 .
 This package contains all the development stuff you need to use ocaml-mad
 in your programs.

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