summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/thrift/lib/ocaml/_oasis
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/jaegertracing/thrift/lib/ocaml/_oasis19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/jaegertracing/thrift/lib/ocaml/_oasis b/src/jaegertracing/thrift/lib/ocaml/_oasis
new file mode 100644
index 000000000..83566aaa9
--- /dev/null
+++ b/src/jaegertracing/thrift/lib/ocaml/_oasis
@@ -0,0 +1,19 @@
+Name: libthrift-ocaml
+Version: 0.13.0
+OASISFormat: 0.3
+Synopsis: OCaml bindings for the Apache Thrift RPC system
+Authors: Apache Thrift Developers <dev@thrift.apache.org>
+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
+