| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 
 | Source: camlidl-doc
Section: doc
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends: debhelper (>> 5.0.0), cdbs
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/camlidl-doc/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlidl-doc/trunk/
Package: camlidl-doc
Section: doc
Depends: ${misc:Depends}
Replaces: camlidl (<< 1.04)
Architecture: all
Description: Documentation for CamlIDL in PS, PDF and HTML formats
 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 documentation in PostScript, PDF and
 HTML formats.
 |