opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: [
  [make]
  [make "opt"]
]
remove: [["ocamlfind" "remove" "xmlrpc"]]
depends: [
  "ocaml"
  "ocamlfind"
  "ocamlnet" {>= "3.6.0" & < "4.0.0"}
  "pxp"
  "annexlib"
]
install: [make "install" "BIN_DIR=%{bin}%"]
synopsis:
  "An XML-RPC client and server, using an ad-hoc interface definition language and IDL compiler"
description: """
OCaml XML-RPC is an XML-RPC client and server for OCaml, using an
ad-hoc interface definition language and IDL compiler. It was started
by Shawn Wagner (up to version 0.2.3), was improved for a little while
by Eric Stokes (up to version 0.2.6), and is now maintained by Ewan
Mellor."""
flags: light-uninstall
extra-files: ["ocaml-xml-rpc.install" "md5=462b8e4f12cba458e7403d8ea828e192"]
url {
  src:
    "http://raevnos.pennmush.org/code/ocaml-xml-rpc/ocaml-xml-rpc-0.2.3.tar.gz"
  checksum: "md5=53894f38130a1a02d0507925865e431d"
}
