File: control

package info (click to toggle)
pycaml 0.82-15
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 784 kB
  • ctags: 1,115
  • sloc: ansic: 3,913; ml: 769; makefile: 68; python: 4
file content (52 lines) | stat: -rw-r--r-- 1,625 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: pycaml
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Samuel Mimram <smimram@debian.org>,
 Stéphane Glondu <glondu@debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-dev,
 dh-ocaml (>= 0.9),
 ocaml-nox (>= 3.11.1-3~),
 ocamlmakefile
Standards-Version: 4.0.1
Homepage: http://pycaml.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pycaml.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pycaml.git

Package: libpycaml-ocaml-dev
Architecture: any
Depends:
 python-dev,
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: pycaml, ${ocaml:Provides}
Suggests: ocaml-findlib
Replaces: pycaml (<< 0.82-12~)
Breaks: pycaml (<< 0.82-12~)
Description: OCaml bindings to embed Python interpreter (development files)
 Pycaml is intended to allow users to build native OCaml libraries and
 use them from Python, and conversely, in order to allow OCaml users
 to benefit from linkable libraries provided for Python.
 .
 This package contains development files.

Package: libpycaml-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Replaces: pycaml (<< 0.82-12~)
Breaks: pycaml (<< 0.82-12~)
Description: OCaml bindings to embed Python interpreter (runtime)
 Pycaml is intended to allow users to build native OCaml libraries and
 use them from Python, and conversely, in order to allow OCaml users
 to benefit from linkable libraries provided for Python.
 .
 This package contains the runtime library.