summaryrefslogtreecommitdiff
path: root/lib/ocaml/_oasis
blob: a9ba2ccf351dcc82d2bd8769578814d156e56d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Name: libthrift-ocaml
Version: 0.9.2
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