Roger Meier | 9a3a564 | 2013-04-27 23:09:40 +0200 | [diff] [blame] | 1 | Name: tutorial |
Jens Geyer | 6868ebb | 2022-01-20 21:02:02 +0100 | [diff] [blame] | 2 | Version: 0.17.0 |
Roger Meier | 9a3a564 | 2013-04-27 23:09:40 +0200 | [diff] [blame] | 3 | OASISFormat: 0.3 |
| 4 | Synopsis: OCaml Tutorial example |
| 5 | Authors: Apache Thrift Developers <dev@thrift.apache.org> |
| 6 | License: Apache-2.0 |
| 7 | Homepage: http://thrift.apache.org |
| 8 | BuildTools: ocamlbuild |
| 9 | Plugins: META (0.3), |
| 10 | DevFiles (0.3) |
| 11 | |
| 12 | Library tutorial_thrift |
| 13 | Path: gen-ocaml |
| 14 | FindlibName: tutorial_thrift |
| 15 | buildTools: ocamlbuild |
| 16 | BuildDepends: threads,thrift |
| 17 | Modules: Calculator,Shared_consts,Tutorial_consts,SharedService,Shared_types,Tutorial_types |
| 18 | XMETARequires: threads |
| 19 | |
| 20 | Executable CalcClient |
| 21 | Path: . |
| 22 | MainIs: CalcClient.ml |
| 23 | Build$: true |
| 24 | CompiledObject: best |
| 25 | BuildDepends: thrift, tutorial_thrift, threads |
| 26 | |
| 27 | Executable CalcServer |
| 28 | Path: . |
| 29 | MainIs: CalcServer.ml |
| 30 | Build$: true |
| 31 | CompiledObject: best |
| 32 | BuildDepends: thrift, tutorial_thrift, threads |