OASISFormat:  0.3
Name:         crc
Version:      0.5.0
Synopsis:     Plugin library for the XCP RRD daemon
Authors:      Rok Strnisa, John Else
License:      LGPL-2.1 with OCaml linking exception
Copyrights:   (C) 2013 Citrix Systems
BuildTools:   ocamlbuild
Plugins:      META (0.3)

Library rrdd_plugin
  Path: lib
  Findlibname: rrdd-plugin
  ByteOpt: -bin-annot
  NativeOpt: -bin-annot
  Modules: Rrdd_plugin
  BuildDepends: threads, forkexec, stdext, xcp-rrd, xcp.rrd, rrd-transport, xenstore.unix, xenstore_transport.unix

Executable rrdp_dummy
  CompiledObject: best
  Build$: flag(tests)
  Path: test
  MainIs: rrdp_dummy.ml
  Install: false
  ByteOpt: -bin-annot
  NativeOpt: -bin-annot
  BuildDepends: xenstore.unix, xenstore_transport.unix, rrdd-plugin

Document api
  Title: rrdd plugin library
  Type: ocamlbuild (0.3)
  BuildTools: ocamldoc
  XOcamlBuildModules: Rrdd_plugin
  XOcamlBuildPath: doc
  Install: false
