Source: camlidl
Section: ocaml
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Ralf Treinen <treinen@debian.org>
Build-Depends:
 ocaml-nox (>= 3.11),
 debhelper (>= 12),
 cpp,
 binutils,
 dh-ocaml (>= 0.9)
Standards-Version: 4.4.0
Homepage: https://github.com/xavierleroy/camlidl/
Vcs-Git: https://salsa.debian.org/ocaml-team/camlidl.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/camlidl

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.
