4e06c33a28ac6050b4c80e3b724b3895c3e155e6
[sphinx/sphinx.git] / _oasis
1 OASISFormat: 0.1
2 Name:        sphinx
3 Version:     0.0.1
4 Synopsis:    Sphinx searchd client API
5 Authors:     ygrek
6 Copyrights:  (C) 2010 ygrek
7 License:     GPL-2 with OCaml linking exception
8 Plugins:     META, DevFiles, StdFiles
9 BuildTools:  ocamlbuild
10
11 XStdFilesREADME: false
12 XStdFilesAUTHORS: false
13
14 Library sphinx
15   Path:    .
16   Modules: Sphinx
17   BuildDepends: extlib, deriving, bitstring
18
19 Executable test
20   Path:   .
21   MainIs: test.ml
22   CompiledObject: best
23   BuildDepends: sphinx
24   Install: false
25
26 Document api
27   Title: API
28   Type: ocamlbuild
29   BuildTools: ocamldoc
30   XOCamlbuildPath: .
31   XOCamlbuildLibraries: sphinx
32