blob: ed4a88b6b4ea8d08ddf2af32c70d15aa5a814f6c [file] [log] [blame]
Jake Farrell2ff54282013-03-25 22:06:36 -04001Name: libthrift-ocaml
Jens Geyer8d21d802019-02-25 22:27:59 +01002Version: 0.12.1
Jake Farrell2ff54282013-03-25 22:06:36 -04003OASISFormat: 0.3
4Synopsis: OCaml bindings for the Apache Thrift RPC system
5Authors: Apache Thrift Developers <dev@thrift.apache.org>
6License: Apache-2.0
7Homepage: http://thrift.apache.org
8BuildTools: ocamlbuild
9Plugins: META (0.3),
10 DevFiles (0.3)
11
12Library "libthrift-ocaml"
13 Path: src
14 FindlibName: thrift
15 buildTools: ocamlbuild
16 BuildDepends: threads
17 Modules: Thrift,TBinaryProtocol,TSocket,TFramedTransport,TChannelTransport,TServer,TSimpleServer,TServerSocket,TThreadedServer
18 XMETARequires: threads
19