mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
Thrift-984: Ocaml versioning
Client: ocaml Patch: Chet Murthy Addes versioning to the ocaml library via _oasis file
This commit is contained in:
parent
8a70196d00
commit
2ff5428598
19
lib/ocaml/_oasis
Normal file
19
lib/ocaml/_oasis
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user