]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/gdome_xslt/debian/control
added debian stuff and a makefile with "dist" target
[helm.git] / helm / DEVEL / gdome_xslt / debian / control
1 Source: libxslt-ocaml
2 Section: devel
3 Priority: optional
4 Maintainer: Stefano Zacchiroli <zack@debian.org>
5 Build-Depends: debhelper (>> 3.0.0), ocaml, ocaml-findlib, libgdome2-ocaml-dev, libgdome2-dev, libxslt1-dev
6 Standards-Version: 3.5.2
7
8 Package: libgdome2-xslt-ocaml
9 Architecture: any
10 Depends: ocaml (>= 3.04), ocaml (<< 3.05), ${shlibs:Depends}
11 Description: OCaml XSLT processing library
12  This OCaml library provides an high level API for XSLT
13  processing.
14  .
15  The underlying implementation is based on libxml, libgdome2 and
16  libxslt.
17  .
18  This package contains only the shared runtime stub libraries.
19
20 Package: libgdome2-xslt-ocaml-dev
21 Architecture: any
22 Section: devel
23 Depends: ocaml (>= 3.04), ocaml (<< 3.05), libgdome2-xslt-ocaml (= ${Source-Version}), libxslt1-dev, libgdome2-dev
24 Description: OCaml XSLT processing library
25  This OCaml library provides an high level API for XSLT
26  processing.
27  .
28  The underlying implementation is based on libxml, libgdome2 and
29  libxslt.
30  .
31  This package contains all the development stuff.