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
|
Source: xmlrpc-light
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Pietro Abate <pietro.abate@pps.jussieu.fr>,
Mehdi Dogguy <mehdi@debian.org>
Build-Depends:
cdbs,
debhelper (>= 7),
ocaml-nox,
libocamlnet-ocaml-dev (>= 4.0.4),
libxml-light-ocaml-dev,
libnethttpd-ocaml-dev,
ocaml-findlib,
dh-ocaml (>= 0.9)
Standards-Version: 3.9.2
Vcs-Git: https://salsa.debian.org/ocaml-team/xmlrpc-light.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/xmlrpc-light
Homepage: http://code.google.com/p/xmlrpc-light/
Package: libxmlrpc-light-ocaml-dev
Architecture: any
Depends:
${misc:Depends},
${ocaml:Depends},
${shlibs:Depends},
libocamlnet-ocaml,
libxml-light-ocaml-dev,
libnethttpd-ocaml-dev
Provides:
${ocaml:Provides}
Suggests:
ocaml-findlib
Description: XmlRpc-Light is an XmlRpc library written in OCaml
XmlRpc Light is a minimal XmlRpc library based on Xml Light
and Ocamlnet.
.
It provides a type for values, a client class with a simple
calling interface, and low-level tools that can be used to
implement a server.
|