Source: ocaml-shout Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Build-Depends: debhelper-compat (= 13), ocaml, dh-ocaml, libshout3-dev, ocaml-findlib, pkg-config Standards-Version: 4.6.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-shout.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-shout Package: libshout-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the shout library This OCaml library interfaces the shout C library which can be used for communicating with and sending data to Icecast and Icecast 2 streaming audio servers (they currently support Ogg Vorbis and MP3 audio streams). It handles the socket connection, the timing of the data transmission, and prevents bad data from getting to the server. . This package contains only the shared runtime stub libraries. Package: libshout-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml bindings for the shout library This OCaml library interfaces the shout C library which can be used for communicating with and sending data to Icecast and Icecast 2 streaming audio servers (they currently support Ogg Vorbis and MP3 audio streams). It handles the socket connection, the timing of the data transmission, and prevents bad data from getting to the server. . This package contains all the development stuff you need to use ocaml-shout in your programs.