actually allow to infer float types
[sqlgg.git] / _oasis
blobd9060dbc116b05cbc71ddb512934b3d779bc4712
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: sqlgg.ml
19   BuildDepends: extlib, deriving, oUnit
21 Test main
22   Command: $sqlgg -test
23   TestTools: sqlgg
25 Test regression
26   Command: ./run_test
27   TestTools: sqlgg