End of oasisfication
[ocsoap/ocsoap.git] / _oasis
1 OASISFormat:  0.3
2 Name:         ocsoap
3 Version:      0.7.1
4 Synopsis:     SOAP converter to OCaml code
5 Authors:      Richard W.M. Jones, Sylvain Le Gall
6 License:      LGPL-2.1 with OCaml linking exception
7 Plugins:      DevFiles (0.3), META (0.3), StdFiles (0.3)
8 BuildTools:   ocamlbuild,
9               cduce
10 BuildDepends: dynlink,
11               pxp-lex-utf8,
12               pxp-engine,
13               netclient,
14               cduce,
15               extlib,
16               calendar,
17               pcre
18
19 Library ocsoap
20   Path:       src
21   Modules:    OCSoap
22
23 Library pa_ocsoapclientstubs
24   Path:          src
25   Modules:       Pa_ocsoapclientstubs
26   BuildTools:    camlp5o
27   BuildDepends:  camlp5
28   FindlibParent: ocsoap
29   FindlibName:   syntax
30   CompiledObject: byte
31   
32 Executable wsdl_validate
33   Path:       src
34   MainIs:     wsdl_validate.ml
35   
36 Executable wsdltointf
37   Path:       src
38   MainIs:     wsdltointf.ml
39
40 Executable adwords_test1
41   Path: examples/adwords
42   BuildDepends: ocsoap
43   MainIs: test1.ml
44   Build$: flag(tests)
45   Install: false
46   BuildTools: camlp5o
47   BuildDepends: ocsoap.syntax
48
49 Executable adwords_test2 
50   Path: examples/adwords
51   BuildDepends: ocsoap
52   MainIs: test2.ml
53   Build$: flag(tests)
54   Install: false
55   BuildTools: camlp5o
56   BuildDepends: ocsoap.syntax
57
58 Executable adwords_examples 
59   Path: examples/adwords
60   BuildDepends: ocsoap
61   MainIs: example.ml
62   Build$: flag(tests)
63   Install: false
64   BuildTools: camlp5o
65   BuildDepends: ocsoap.syntax
66
67 # TODO: fix bug of WSDL validation
68 #Executable fusionforge_test 
69 #  Path: examples/fusionforge
70 #  BuildDepends: ocsoap
71 #  MainIs: test.ml
72 #  Build$: flag(tests)
73 #  Install: false
74 #  BuildTools: camlp5o
75 #  BuildDepends: ocsoap.syntax
76   
77 Document "api-ocsoap"
78   Title: API reference of OCSoap
79   Type: ocamlbuild (0.3)
80   BuildTools+: ocamldoc
81   XOCamlbuildLibraries: ocsoap
82   XOCamlbuildPath:      src/