oasis: use XOCamlbuildPluginTags
[sqlgg.git] / _oasis
blob3e0b0be3cd838d306e68759405838a44f5549675
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 Test main
33   Command: $sqlgg -test
34   TestTools: sqlgg
36 Test regression
37   Command: ./run_test
38   TestTools: sqlgg
40 SourceRepository head
41   Type: git
42   Location: git://github.com/ygrek/sqlgg.git