do not identify build user in version
[sqlgg.git] / _oasis
blob1484d6b60299e0d7d7b6a3cb42b7e444c177e645
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
9 Plugins:      DevFiles (0.4), META (0.4)
10 FilesAB:      src/version_release.ml.ab
11 AlphaFeatures: ocamlbuild_more_args
12 XOCamlbuildPluginTags: package(mybuild)
13 XOCamlbuildExtraArgs: -j 0
14 OCamlVersion: >= 4.01
16 Synopsis: SQL guided (code) generator
18 Executable sqlgg
19   Path: src/
20   Install: true
21   CompiledObject: best
22   MainIs: cli.ml
23   BuildDepends: extlib, deriving, oUnit, sqlgg
25 Library sqlgg
26   Pack: true
27   Path: lib/
28   Modules: Props, Sql, Stmt, Tables, Syntax
29   InternalModules: Prelude
30   BuildDepends: extlib, deriving
32 Library sqlgg_traits
33   Path: impl/
34   Modules: Sqlgg_traits
35   FindlibName: traits
36   FindlibParent: sqlgg
38 Library sqlgg_mysql
39   Path: impl/
40   Modules: Sqlgg_mysql
41   BuildDepends: mysql, sqlgg.traits
42   FindlibName: mysql
43   FindlibParent: sqlgg
45 Library sqlgg_sqlite3
46   Path: impl/
47   Modules: Sqlgg_sqlite3
48   BuildDepends: sqlite3, sqlgg.traits
49   FindlibName: sqlite3
50   FindlibParent: sqlgg
52 Test main
53   Command: $sqlgg -test
54   TestTools: sqlgg
56 Test regression
57   Command: ./run_test
58   TestTools: sqlgg
60 SourceRepository head
61   Type: git
62   Location: git://github.com/ygrek/sqlgg.git