File: control

package info (click to toggle)
ocaml-cry 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 188 kB
  • sloc: ml: 838; ansic: 106; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: ocaml-cry
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (=13),
               ocaml-dune,
               dh-ocaml (>= 1.2),
               ocaml,
               libfindlib-ocaml,
               libssl-ocaml-dev (>= 0.5.0)
Standards-Version: 4.7.0
Homepage: https://www.liquidsoap.info/
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-cry.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-cry
Rules-Requires-Root: no

Package: libcry-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: MP3/Ogg Vorbis broadcast OCaml module
 This OCaml module implements the protocols used to connect and
 send source data to icecast2 and shoutcast servers.
 .
 It is a low-level implementation, so it only does the minimal
 source connection. In particular, it does not handle synchronisation.
 Hence, the task of sending audio data to the streaming server
 at real time rate is up to the programmer, contrary to the main
 implementation, libshout.