~ubuntu-branches/ubuntu/utopic/ocaml-shine/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Romain Beauxis
  • Date: 2013-04-15 21:18:09 UTC
  • Revision ID: package-import@ubuntu.com-20130415211809-z2jc7gou3fdha501
Tags: 0.1.1-1
Initial release. (Closes: #699636)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: ocaml-shine
 
2
Section: ocaml
 
3
Priority: optional
 
4
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
 
5
Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
 
6
Build-Depends: cdbs (>= 0.4.85~),
 
7
 debhelper (>= 7.0.1),
 
8
 dh-buildinfo,
 
9
 ocaml-nox,
 
10
 dh-ocaml (>= 0.9), 
 
11
 libshine-dev (>= 2.0.0),
 
12
 ocaml-findlib (>= 1.2.4), 
 
13
 pkg-config
 
14
Standards-Version: 3.9.4
 
15
Homepage: http://savonet.sourceforge.net/
 
16
Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-shine.git
 
17
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-shine.git
 
18
 
 
19
Package: libshine-ocaml
 
20
Architecture: any
 
21
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
22
Provides: ${ocaml:Provides}
 
23
Description: OCaml interface to the shine library -- runtime files
 
24
 This package provides an interface to the shine library for
 
25
 OCaml programmers.
 
26
 .
 
27
 Shine can be used to encode MP3 audio data on architectures with no floating
 
28
 point processing unit (FPU) at a much better rate than encoding
 
29
 libraries implemented using floating-point arithmetic.
 
30
 .
 
31
 This package contains only the shared runtime stub libraries.
 
32
 
 
33
Package: libshine-ocaml-dev
 
34
Architecture: any
 
35
Depends: ${ocaml:Depends}, libshine-dev, 
 
36
         libshine-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
 
37
Provides: ${ocaml:Provides}
 
38
Description: OCaml interface to the shine library -- developpement files
 
39
 This package provides an interface to the shine library for
 
40
 OCaml programmers.
 
41
 .
 
42
 Shine can be used to encode MP3 audio data on architectures with no floating
 
43
 point processing unit (FPU) at a much better rate than encoding
 
44
 libraries implemented using floating-point arithmetic.
 
45
 .
 
46
 This package contains all the development stuff you need to develop
 
47
 OCaml programs which use ocaml-shine.