caml: fix trailing whitespace in generated code
[sqlgg.git] / _oasis
blob5f013668251e0d9114540856a2bcee65d8bada41
1 OASISFormat:  0.4
2 Name:         sqlgg
3 Version:      0.3.0
4 License:      GPL-2
5 Authors:      ygrek <ygrek@autistici.org>
6 Copyrights:   (C) 2009 ygrek
7 Homepage:     http://ygrek.org.ua/p/sqlgg/
8 BuildTools:   ocamlbuild, camlp4, menhir, mybuild
9 Plugins:      DevFiles (0.4), META (0.4)
10 FilesAB:      src/version_release.ml.ab
12 Synopsis: SQL guided (code) generator
14 Executable sqlgg
15   Path: src/
16   Install: true
17   CompiledObject: best
18   MainIs: cli.ml
19   BuildDepends: extlib, deriving, oUnit, sqlgg
21 Library sqlgg
22   Pack: true
23   Path: lib/
24   Modules: Props, Sql, Stmt, Tables, Syntax
25   InternalModules: Prelude
26   BuildDepends: extlib, deriving
28 Test main
29   Command: $sqlgg -test
30   TestTools: sqlgg
32 Test regression
33   Command: ./run_test
34   TestTools: sqlgg
36 SourceRepository head
37   Type: git
38   Location: git://github.com/ygrek/sqlgg.git