modernize Prelude
[sqlgg.git] / _oasis
blob674a8cf74fef043bce60c5238443b0d802805f44
1 OASISFormat:  0.4
2 Name:         sqlgg
3 Version:      0.2.6
4 License:      GPL-2
5 Authors:      ygrek
6 Copyrights:   (C) 2009 ygrek
7 Homepage:     http://ygrek.org.ua/p/sqlgg/
8 BuildTools:   ocamlbuild, camlp4, menhir
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: RA, 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