From: Jake Farrell Date: Tue, 26 Mar 2013 02:06:36 +0000 (-0400) Subject: Thrift-984: Ocaml versioning X-Git-Tag: 0.9.1~154 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=2ff542859813ca95c80b67878db4aa4726a6f296;p=common%2Fthrift.git Thrift-984: Ocaml versioning Client: ocaml Patch: Chet Murthy Addes versioning to the ocaml library via _oasis file --- diff --git a/lib/ocaml/_oasis b/lib/ocaml/_oasis new file mode 100644 index 00000000..4dd95e5c --- /dev/null +++ b/lib/ocaml/_oasis @@ -0,0 +1,19 @@ +Name: libthrift-ocaml +Version: 1.0 +OASISFormat: 0.3 +Synopsis: OCaml bindings for the Apache Thrift RPC system +Authors: Apache Thrift Developers +License: Apache-2.0 +Homepage: http://thrift.apache.org +BuildTools: ocamlbuild +Plugins: META (0.3), + DevFiles (0.3) + +Library "libthrift-ocaml" + Path: src + FindlibName: thrift + buildTools: ocamlbuild + BuildDepends: threads + Modules: Thrift,TBinaryProtocol,TSocket,TFramedTransport,TChannelTransport,TServer,TSimpleServer,TServerSocket,TThreadedServer + XMETARequires: threads +