File: README

package info (click to toggle)
mergeant 0.52-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 12,848 kB
  • ctags: 6,584
  • sloc: ansic: 63,372; xml: 23,218; sh: 8,316; makefile: 613; sql: 237
file content (13 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains two programs that first illustrate a simple usage of the Libmergeant library, and perform various
simple tasks.

mg-db-browser:
--------------
Displays the contents of an XML file using tabs for each different information of interest.


mg-verify-file:
---------------
A command line program that verifies the correct structure of the file given as argument and, if the file is correct,
creates a .dot file for each query defined in the file. The .dot file can be interpreted by the GraphViz tool
to create a graph of the inner structure of the query it represents.