\" obus-gen-server.1 \" ----------------- \" Copyright : (c) 2010, Jeremie Dimino \" Licence : BSD3 \" .TH OBUS-GEN-SERVER 1 "April 2010" .SH NAME obus-gen-server \- generate server-side ocaml bindings from D-Bus introspection files .SH SYNOPSIS .B obus-gen-server [ .I options ] .I input-files .SH DESCRIPTION .B obus-gen-server generates an ocaml module from D-Bus introspection files. The generated module contains code for defining a D-Bus service implementing the D-Bus interfaces listed in intropection files. It depends on the interface module generated with .B obus-gen-interface. The module generated by .B obus-gen-server it is meant to be edited. .SH OPTIONS .IP "-o output-prefix" Use this name as output prefix. It defaults to the input file name without its extension and extended with "_server". For example, if the input file name is "foo.xml" (or "foo.obus"), then "obus-gen-server" will generate "foo_server.ml" and "foo_server.mli". .IP "-keep-common" Keeps common interfaces, i.e. all interfaces starting with "org.freedesktop.DBus". By default they are dropped. .IP "-help or --help" Display a short usage summary and exit. .SH AUTHOR Jérémie Dimino .SH "SEE ALSO" .BR obus-introspect (1), .BR obus-gen-interface (1), .BR obus-gen-client (1).