summaryrefslogtreecommitdiff
path: root/lib/ocaml
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2013-03-25 22:06:36 -0400
committerJake Farrell <jfarrell@apache.org>2013-03-25 22:06:36 -0400
commit2ff542859813ca95c80b67878db4aa4726a6f296 (patch)
treead2288d4704da9fbdbddfa7b661037ec0d507a52 /lib/ocaml
parent8a70196d00b667b5e890cb0974373d2a2af4f82c (diff)
downloadthrift-2ff542859813ca95c80b67878db4aa4726a6f296.tar.gz
Thrift-984: Ocaml versioning
Client: ocaml Patch: Chet Murthy Addes versioning to the ocaml library via _oasis file
Diffstat (limited to 'lib/ocaml')
-rw-r--r--lib/ocaml/_oasis19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/ocaml/_oasis b/lib/ocaml/_oasis
new file mode 100644
index 000000000..4dd95e5ce
--- /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 <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
+