switch build system to oasis
[sqlgg.git] / _oasis
blob6dc6c04b551b33301e860abac70794613b5342a2
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