debian/0000755000000000000000000000000012256060740007170 5ustar debian/libcry-ocaml-dev.doc-base0000644000000000000000000000042611644040406013717 0ustar Document: libcry-ocaml-dev Title: OCaml Cry module documentation Author: Romain Beauxis Abstract: Documentation of the OCaml Cry module Section: Programming/OCaml Format: HTML Index: /usr/share/doc/libcry-ocaml-dev/html/index.html Files: /usr/share/doc/libcry-ocaml-dev/html/* debian/changelog0000644000000000000000000000444212256060740011046 0ustar ocaml-cry (0.2.2-1build3) trusty; urgency=medium * Rebuild for ocaml-4.01. -- Matthias Klose Mon, 23 Dec 2013 16:16:32 +0000 ocaml-cry (0.2.2-1build2) precise; urgency=low * Rebuild with ocamlopt on armhf. -- Colin Watson Tue, 24 Jan 2012 01:06:02 +0000 ocaml-cry (0.2.2-1build1) precise; urgency=low * Rebuild for OCaml 3.12.1. -- Colin Watson Sat, 19 Nov 2011 00:45:57 +0000 ocaml-cry (0.2.2-1) unstable; urgency=low * New upstream release. * Switch to debian package format 3.0 (quilt) -- Romain Beauxis Sat, 08 Oct 2011 16:28:04 +0200 ocaml-cry (0.2.1-1) unstable; urgency=low * New upstream release. -- Romain Beauxis Thu, 04 Aug 2011 21:58:34 -0500 ocaml-cry (0.2.0-1) unstable; urgency=low * Upload official 0.2.0 upstream release to unstable. -- Romain Beauxis Sun, 26 Jun 2011 14:14:43 -0500 ocaml-cry (0.2.0~20110523+hgb02e02b1cf7c-1) experimental; urgency=low * Snapshot from mercurial repository. -- Romain Beauxis Mon, 23 May 2011 19:06:48 -0500 ocaml-cry (0.1.5-2) unstable; urgency=low * Upload to sid. -- Romain Beauxis Thu, 03 Mar 2011 13:26:48 -0600 ocaml-cry (0.1.5-1) experimental; urgency=low * New upstream release. -- Romain Beauxis Tue, 07 Sep 2010 10:31:31 -0500 ocaml-cry (0.1.4-1) experimental; urgency=low * New upstream release. -- Romain Beauxis Mon, 06 Sep 2010 03:15:32 -0500 ocaml-cry (0.1.3-1) experimental; urgency=low * New upstream release. * Upload to experimental now that squeeze is frozen. * Bumped standards version to 3.9.1 -- Romain Beauxis Thu, 19 Aug 2010 13:35:59 -0500 ocaml-cry (0.1.2-1) unstable; urgency=low * New upstream release. * Rebuild against ocaml 3.11.2. -- Romain Beauxis Mon, 08 Feb 2010 18:26:32 -0600 ocaml-cry (0.1.1-1) unstable; urgency=low * New upstream release. -- Romain Beauxis Mon, 26 Oct 2009 19:51:05 -0500 ocaml-cry (0.1.0-1) unstable; urgency=low * Initial release. Closes: #550803 -- Romain Beauxis Mon, 12 Oct 2009 20:47:04 -0500 debian/rules0000755000000000000000000000121411644040406010243 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/ocaml.mk # In order to regenerate 'debian/control' : # DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean # Then check manually if everything's ok DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR) DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore build/libcry-ocaml-dev:: mkdir -p $(DESTDIR) make doc clean:: rm -rf Makefile src/Makefile src/META doc config.log config.status examples/Makefile.connect debian/libcry-ocaml-dev.docs0000644000000000000000000000002011644040406013160 0ustar README doc/html debian/control0000644000000000000000000000217411644040406010574 0ustar Source: ocaml-cry Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis 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. debian/copyright0000644000000000000000000000111511644040406011116 0ustar This package was debianized by Romain Beauxis on Mon, 12 Oct 2009 20:36:57 -0500. It was downloaded from http://savonet.sourceforge.net/ Upstream Author: Savonet Team Copyright: 2009 Savonet Team The ocaml-cry library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The license text is contained in /usr/share/common-licenses/GPL-2. debian/source/0000755000000000000000000000000011644057435010477 5ustar debian/source/format0000644000000000000000000000001411644057435011705 0ustar 3.0 (quilt) debian/libcry-ocaml-dev.install.in0000644000000000000000000000015611644040406014315 0ustar @OCamlStdlibDir@/cry/META @OCamlStdlibDir@/cry/*.cm* @OCamlStdlibDir@/cry/*.ml* OPT: @OCamlStdlibDir@/cry/*.a debian/watch0000644000000000000000000000007011644040406010213 0ustar version=3 http://sf.net/savonet/ocaml-cry-(.+)\.tar\.gz debian/compat0000644000000000000000000000000211644040406010363 0ustar 7 debian/control.in0000644000000000000000000000206211644040406011175 0ustar Source: ocaml-cry Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Romain Beauxis Build-Depends: @cdbs@, 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.