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 53 54 55 56 57 58 59 60
|
Source: gmetadom
Section: devel
Priority: optional
Maintainer: Stefano Zacchiroli <zack@debian.org>
Build-Depends: ocaml-findlib, debhelper (>> 4.0.0), ocaml-nox-3.08.3, libgdome2-dev (>= 0.8.1), pkg-config
Standards-Version: 3.6.1.1
Package: libgdome2-cpp-smart0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ bindings for GDome2 DOM implementation
C++ bindings for GDome2 that is a fast, light and complete DOM level2
implementation based on libxml2.
.
This particular binding is one of the bindings from the GMetaDOM
bindings collection.
.
This package includes the shared library.
Package: libgdome2-cpp-smart-dev
Section: libdevel
Architecture: any
Depends: libgdome2-cpp-smart0 (= ${Source-Version}), libgdome2-dev (>= 0.8.1), ${misc:Depends}
Description: C++ bindings for GDome2 DOM implementation
C++ bindings for GDome2 that is a fast, light and complete DOM level2
implementation based on libxml2.
.
This particular binding is one of the bindings from the GMetaDOM
bindings collection.
.
This package includes the development files.
Package: libgdome2-ocaml
Section: libs
Architecture: any
Depends: ocaml-base-nox-3.08.3, ${shlibs:Depends}, ${misc:Depends}
Description: OCaml bindings for GDome2 DOM implementation
OCaml bindings for GDome2 that is a fast, light and complete DOM level2
implementation based on libxml2.
.
This particular binding is one of the bindings from the GMetaDOM
binding collection.
.
This package contains only the shared runtime stub libraries.
Package: libgdome2-ocaml-dev
Section: libdevel
Architecture: any
Depends: ocaml-nox-3.08.3, libgdome2-dev (>= 0.8.1), libgdome2-ocaml (= ${Source-Version}), ${misc:Depends}
Description: OCaml bindings for GDome2 DOM implementation
OCaml bindings for GDome2 that is a fast, light and complete DOM level2
implementation based on libxml2.
.
This particular binding is one of the bindings from the GMetaDOM
binding collection.
.
This package contains the development part of the GDome2 OCaml
bindings.
|