forked from skydeck/ocaml-elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis
73 lines (67 loc) · 1.51 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
OASISFormat: 0.4
Name: ocaml-elasticsearch
Version: v0.2.0
OCamlVersion: >= 4.02
Synopsis: Elasticsearch client for OCaml
Authors: Skydeck
License: https://raw.githubusercontent.com/skydeck/ocaml-elasticsearch/master/LICENSE
AlphaFeatures: ocamlbuild_more_args, compiled_setup_ml, stdfiles_markdown
Plugins: META (0.4), StdFiles (0.4), DevFiles (0.4)
BuildTools: ocamlbuild
PreBuildCommand: ./atdgen_mk.sh
Library elasticsearch
FindLibName: elasticsearch
Path: elasticsearch/
Modules:
Es_client_j,
Es_client_v,
Es_client,
Es_error,
Es_mapping,
Es_query,
Es_untyped_json,
Es_field_types_j,
Es_field_types_v,
Es_client_t,
Es_field_types_t,
Es_field_types_b
BuildDepends:
utf8val,
netstring,
atdgen
Library elastictest
FindLibName: elastictest
Install: false
Path: test/
Modules:
Test_mapping_j,
Test_mapping_v,
Test_mapping_t,
Test_util
BuildDepends:
elasticsearch,
lwt,
cohttp.lwt,
atdgen
Executable elastictest
Path: test/
MainIs: elastictest.ml
Build$: flag(tests)
CompiledObject: best
Install: false
BuildDepends:
elastictest,
elasticsearch
Test elastictest
Run$: flag(tests)
Command: $elastictest
WorkingDirectory: test
Document "elasticsearch_api"
Type: ocamlbuild (0.4)
BuildTools+: ocamldoc
Title: API reference for elasticsearch
XOCamlbuildPath: .
XOCamlbuildExtraArgs+:
"-docflags '-colorize-code -short-functors -charset utf-8 -keep-code'"
XOCamlbuildLibraries:
elasticsearch