Query: atdgen
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATDGEN(1) General Commands Manual ATDGEN(1)NAMEatdgen - generate OCaml serializers and deserializers.SYNOPSISatdge [options] file.atdDESCRIPTIONGenerate OCaml serializers and deserializers. Default serialization format is biniou.OPTIONS-open Module1,Module2,... List of modules to open (comma-separated or space-separated) -ntd Do not dump OCaml type definitions -nfd Do not dump OCaml function definitions -rec Keep OCaml type definitions mutually recursive -o PREFIX Use this prefix for the generated files, e.g. `foo/bar' for foo/bar.ml and foo/bar.mli -biniou Write serializers and deserializers for Biniou (default). -json Write serializers and deserializers for JSON. -std-json Convert tuples and variants into standard JSON and refuse to print NaN and infinities (implying -json). -version Print the version identifier of atdgen and exit. -help|--help Display list of optionsAUTHORSSylvain Le Gall. atdgen User Manual December 5, 2010 ATDGEN(1)