forked from williamleferrand/aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
40 lines (36 loc) · 1.07 KB
/
_oasis
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
OASISFormat: 0.1
Name: aws
Version: 0.0.1
LicenseFile: COPYING
License: PROP
Authors:
BuildTools: ocamlbuild
Plugins: DevFiles (0.2), META (0.2)
Synopsis: aws client lib for amazon web services
Flag cohttp
Description: cohttp
Default: true
Library "aws"
Install$: true
Path: lib
ByteOpt: -annot
NativeOpt: -annot
Modules: Creds, Aws_sigs, Xml, Aws_util, Http_method, EC2_factory, SDB_factory, S3_factory, SQS_factory
BuildDepends: lwt, lwt.unix, lwt.syntax, netstring, pcre, cryptokit, netstring, calendar, xmlm, cohttp
Library "aws-cohttp"
Build$: flag(cohttp) || flag(all)
Install$: flag(cohttp) || flag(all)
FindlibName: cohttp
FindlibParent: aws
ByteOpt: -annot
NativeOpt: -annot
Path: lib
Modules: EC2, SDB, S3, SQS
BuildDepends: lwt, lwt.unix, lwt.syntax, netstring, pcre, cryptokit, netstring, calendar, xmlm, aws, cohttp
Executable backup
Path: tools
MainIs: backup.ml
Install: false
ByteOpt: -thread
NativeOpt: -thread
BuildDepends: lwt, lwt.syntax,netstring,cryptokit,calendar, xmlm, cohttp, str, lwt.unix, unix, aws