File: control

package info (click to toggle)
camlidl 1.05-15.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,092 kB
  • sloc: ml: 4,894; ansic: 941; cpp: 897; makefile: 325; xml: 213; sh: 75
file content (42 lines) | stat: -rw-r--r-- 1,207 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
Source: camlidl
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Stéphane Glondu <glondu@debian.org>,
 Ralf Treinen <treinen@debian.org>,
 Samuel Mimram <smimram@debian.org>
Build-Depends:
 cdbs (>= 0.4.23-1.1),
 ocaml-nox (>= 3.11),
 po4a,
 docbook-xml (>= 4.4),
 docbook-xsl,
 libxml2-utils,
 xsltproc,
 debhelper (>= 10),
 cpp,
 binutils,
 dh-ocaml (>= 0.9)
Standards-Version: 3.9.0
Homepage: https://github.com/xavierleroy/camlidl/
Vcs-Browser: https://salsa.debian.org/ocaml-team/camlidl
Vcs-Git: https://salsa.debian.org/ocaml-team/camlidl.git

Package: camlidl
Architecture: any
Suggests: camlidl-doc
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: Stub code generator for Objective Caml
 CamlIDL generates stub code for interfacing Caml with C from an IDL
 description of the C functions.  Thus, CamlIDL automates the most
 tedious task in interfacing C libraries with Caml programs.
 .
 It can also be used to interface Caml programs with other languages, as
 long as those languages have a well-defined C interface.
 .
 This package contains the CamlIDL executable.