File: control

package info (click to toggle)
ocaml-cry 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 540 kB
  • ctags: 183
  • sloc: sh: 3,180; ml: 710; makefile: 76
file content (24 lines) | stat: -rw-r--r-- 1,148 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
Source: ocaml-cry
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox (>= 3.11.2), dh-ocaml (>= 0.9), ocaml-findlib (>= 1.2.4)
Standards-Version: 3.9.2
Homepage: http://savonet.sourceforge.net/
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-cry.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-cry.git

Package: libcry-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ocaml-findlib, ${misc: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.